|
3 | 3 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
4 | 4 | xmlns="https://getpsalm.org/schema/config"
|
5 | 5 | xsi:schemaLocation="https://getpsalm.org/schema/config vendor/vimeo/psalm/config.xsd"
|
| 6 | + resolveFromConfigFile="false" |
6 | 7 | totallyTyped="true"
|
7 | 8 | >
|
8 | 9 | <projectFiles>
|
|
13 | 14 | </projectFiles>
|
14 | 15 |
|
15 | 16 | <issueHandlers>
|
16 |
| - <LessSpecificReturnType errorLevel="error" /> |
17 |
| - |
18 |
| - <DeprecatedMethod errorLevel="error" /> |
19 |
| - <DeprecatedProperty errorLevel="error" /> |
20 |
| - <DeprecatedClass errorLevel="error" /> |
21 |
| - <DeprecatedConstant errorLevel="error" /> |
22 |
| - <DeprecatedInterface errorLevel="error" /> |
23 |
| - <DeprecatedTrait errorLevel="error" /> |
24 |
| - |
25 |
| - <InternalMethod errorLevel="error" /> |
26 |
| - <InternalProperty errorLevel="error" /> |
27 |
| - <InternalClass errorLevel="error" /> |
28 |
| - |
29 |
| - <MissingClosureReturnType errorLevel="error" /> |
30 |
| - <MissingReturnType errorLevel="error" /> |
31 |
| - <MissingPropertyType errorLevel="error" /> |
32 |
| - <InvalidDocblock errorLevel="error" /> |
33 |
| - <MisplacedRequiredParam errorLevel="error" /> |
34 |
| - |
35 | 17 | <PropertyNotSetInConstructor errorLevel="info" />
|
36 |
| - <MissingConstructor errorLevel="error" /> |
37 |
| - <MissingClosureParamType errorLevel="error" /> |
38 |
| - <MissingParamType errorLevel="error" /> |
39 |
| - |
40 |
| - <RedundantCondition errorLevel="error" /> |
41 |
| - |
42 |
| - <DocblockTypeContradiction errorLevel="error" /> |
43 |
| - <RedundantConditionGivenDocblockType errorLevel="error" /> |
44 |
| - |
45 |
| - <UnresolvableInclude errorLevel="error" /> |
46 |
| - |
47 |
| - <RawObjectIteration errorLevel="error" /> |
48 |
| - |
49 |
| - <InvalidStringClass errorLevel="error" /> |
50 | 18 | </issueHandlers>
|
51 | 19 | </psalm>
|
0 commit comments