1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-30 04:39:00 +01:00
psalm/examples/psalm.default.xml
2016-10-31 18:31:40 -04:00

23 lines
641 B
XML

<?xml version="1.0"?>
<codeinspector
name="Example Psalm config with recommended defaults"
stopOnFirstError="false"
useDocblockTypes="true"
>
<inspectFiles>
<directory name="src" />
</inspectFiles>
<issueHandler>
<MixedArgument errorLevel="suppress" />
<MixedMethodCall errorLevel="suppress" />
<MixedPropertyFetch errorLevel="suppress" />
<MixedPropertyAssignment errorLevel="suppress" />
<InvalidDocblock errorLevel="info" />
<DeprecatedMethod errorLevel="info" />
<PossiblyUndefinedVariable errorLevel="info">
</issueHandler>
</codeinspector>