1
0
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:
Matt Brown 2020-11-27 17:20:34 -05:00
parent 2626f008be
commit d511bc0557

View File

@ -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>