1
0
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:
Matt Brown 2020-11-27 17:20:34 -05:00 committed by Daniil Gentili
parent 5b0e8bd1be
commit 65947e5808
Signed by: danog
GPG Key ID: 8C1BE3B34B230CA7

View File

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