blob: 9fc98c0d4920d707985b1ca370a1c6d339b33a55 (
plain)
1
2
3
4
5
6
7
8
9
10
|
parameters:
level: 2
paths:
- src
- tests
- bin
reportUnmatchedIgnoredErrors: true
inferPrivatePropertyTypeFromConstructor: true
ignoreErrors:
- '#Unsafe usage of new static\(\)\.#'
|