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