-
Notifications
You must be signed in to change notification settings - Fork 88
/
Copy pathpsalm.xml
33 lines (32 loc) · 1.42 KB
/
psalm.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<?xml version="1.0"?>
<psalm name="Halite Psalm Configuration"
useDocblockTypes="true"
>
<projectFiles>
<directory name="./src" />
</projectFiles>
<issueHandlers>
<TooFewArguments errorLevel="suppress" /> <!-- \sodium_memzero() -->
<PropertyNotSetInConstructor errorLevel="suppress" />
<RedundantCondition errorLevel="suppress" />
<RedundantConditionGivenDocblockType errorLevel="suppress" />
<UnusedClass errorLevel="suppress" />
<UnusedConstructor errorLevel="suppress" />
<UnusedParam errorLevel="suppress" />
<PossiblyUnusedMethod errorLevel="suppress" />
<PossiblyUnusedParam errorLevel="suppress" />
<PossiblyUnusedReturnValue errorLevel="suppress" />
<TypeDoesNotContainType errorLevel="info" />
<ArgumentTypeCoercion errorLevel="info" />
<RedundantCast errorLevel="info" />
<NonInvariantDocblockPropertyType errorLevel="info" />
<ClassMustBeFinal errorLevel="info" />
<MissingOverrideAttribute errorLevel="info" />
<RiskyTruthyFalsyComparison errorLevel="info" />
<InvalidFalsableReturnType errorLevel="info" />
<FalsableReturnStatement errorLevel="info" />
<PossiblyFalsePropertyAssignmentValue errorLevel="info" />
<PossiblyFalseArgument errorLevel="info" />
<PossiblyInvalidArrayAccess errorLevel="info" />
</issueHandlers>
</psalm>