|
59 | 59 | <directory name="tests" /> |
60 | 60 | </errorLevel> |
61 | 61 | </UnsafeInstantiation> |
| 62 | + |
| 63 | + <UnusedVariable> |
| 64 | + <errorLevel type="suppress"> |
| 65 | + <directory name="tests" /> |
| 66 | + </errorLevel> |
| 67 | + </UnusedVariable> |
| 68 | + |
| 69 | + <UnusedMethodCall> |
| 70 | + <errorLevel type="suppress"> |
| 71 | + <directory name="tests" /> |
| 72 | + </errorLevel> |
| 73 | + </UnusedMethodCall> |
| 74 | + |
| 75 | + <UnusedFunctionCall> |
| 76 | + <errorLevel type="suppress"> |
| 77 | + <directory name="tests" /> |
| 78 | + </errorLevel> |
| 79 | + </UnusedFunctionCall> |
| 80 | + |
| 81 | + <PossiblyFalseArgument> |
| 82 | + <errorLevel type="suppress"> |
| 83 | + <directory name="tests" /> |
| 84 | + </errorLevel> |
| 85 | + </PossiblyFalseArgument> |
| 86 | + |
| 87 | + <PossiblyFalseOperand> |
| 88 | + <errorLevel type="suppress"> |
| 89 | + <directory name="tests" /> |
| 90 | + </errorLevel> |
| 91 | + </PossiblyFalseOperand> |
| 92 | + |
| 93 | + <PossiblyUnusedMethod> |
| 94 | + <errorLevel type="suppress"> |
| 95 | + <directory name="tests" /> |
| 96 | + </errorLevel> |
| 97 | + </PossiblyUnusedMethod> |
| 98 | + |
| 99 | + <PossiblyNullPropertyFetch> |
| 100 | + <errorLevel type="suppress"> |
| 101 | + <directory name="tests" /> |
| 102 | + </errorLevel> |
| 103 | + </PossiblyNullPropertyFetch> |
| 104 | + |
| 105 | + <PossiblyNullArgument> |
| 106 | + <errorLevel type="suppress"> |
| 107 | + <directory name="tests" /> |
| 108 | + </errorLevel> |
| 109 | + </PossiblyNullArgument> |
| 110 | + |
| 111 | + <PossiblyUnusedParam> |
| 112 | + <errorLevel type="suppress"> |
| 113 | + <directory name="tests" /> |
| 114 | + </errorLevel> |
| 115 | + </PossiblyUnusedParam> |
| 116 | + |
| 117 | + <PossiblyNullReference> |
| 118 | + <errorLevel type="suppress"> |
| 119 | + <directory name="tests" /> |
| 120 | + </errorLevel> |
| 121 | + </PossiblyNullReference> |
| 122 | + |
| 123 | + <PossiblyUndefinedMethod> |
| 124 | + <errorLevel type="suppress"> |
| 125 | + <directory name="tests" /> |
| 126 | + </errorLevel> |
| 127 | + </PossiblyUndefinedMethod> |
| 128 | + |
| 129 | + <UnusedParam> |
| 130 | + <errorLevel type="suppress"> |
| 131 | + <directory name="tests" /> |
| 132 | + </errorLevel> |
| 133 | + </UnusedParam> |
| 134 | + |
| 135 | + <PossiblyInvalidArgument> |
| 136 | + <errorLevel type="suppress"> |
| 137 | + <directory name="tests" /> |
| 138 | + </errorLevel> |
| 139 | + </PossiblyInvalidArgument> |
| 140 | + |
| 141 | + <UnevaluatedCode> |
| 142 | + <errorLevel type="suppress"> |
| 143 | + <directory name="tests" /> |
| 144 | + </errorLevel> |
| 145 | + </UnevaluatedCode> |
| 146 | + |
| 147 | + <UnusedProperty> |
| 148 | + <errorLevel type="suppress"> |
| 149 | + <directory name="tests" /> |
| 150 | + </errorLevel> |
| 151 | + </UnusedProperty> |
| 152 | + |
| 153 | + <PossiblyUnusedProperty> |
| 154 | + <errorLevel type="suppress"> |
| 155 | + <directory name="tests" /> |
| 156 | + </errorLevel> |
| 157 | + </PossiblyUnusedProperty> |
| 158 | + |
62 | 159 | </issueHandlers> |
63 | 160 |
|
64 | 161 | <stubs> |
|
0 commit comments