mirror of
https://github.com/danog/psalm.git
synced 2025-01-21 13:21:22 +01:00
Show complex methods in info
This commit is contained in:
parent
5b0e8bd1be
commit
65947e5808
@ -14,7 +14,7 @@
|
||||
ensureArrayIntOffsetsExist="false"
|
||||
resolveFromConfigFile="true"
|
||||
xsi:schemaLocation="https://getpsalm.org/schema/config config.xsd"
|
||||
limitMethodComplexity="false"
|
||||
limitMethodComplexity="true"
|
||||
>
|
||||
<projectFiles>
|
||||
<directory name="src"/>
|
||||
@ -90,6 +90,8 @@
|
||||
</errorLevel>
|
||||
</PossiblyUndefinedIntArrayOffset>
|
||||
|
||||
<ComplexMethod errorLevel="info" />
|
||||
|
||||
<MissingThrowsDocblock errorLevel="info"/>
|
||||
|
||||
<PossiblyUnusedMethod>
|
||||
|
Loading…
x
Reference in New Issue
Block a user