This repository has been archived by the owner on Mar 1, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
base_rules.neon
32 lines (30 loc) · 1.57 KB
/
base_rules.neon
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
includes:
- %rootDir%/../../phpstan/phpstan-deprecation-rules/rules.neon
- %rootDir%/../../phpstan/phpstan-mockery/extension.neon
- %rootDir%/../../phpstan/phpstan-phpunit/extension.neon
- src/Rules/PHPStan/PHPUnit/rules.neon
- %rootDir%/../../phpstan/phpstan-strict-rules/rules.neon
- %rootDir%/../../thecodingmachine/phpstan-strict-rules/phpstan-strict-rules.neon
- %rootDir%/../../slam/phpstan-extensions/conf/slam-rules.neon
- src/Rules/Symplify/rules-config.neon
- %rootDir%/../../symplify/phpstan-rules/config/services/services.neon
- %rootDir%/../../symplify/phpstan-rules/config/array-rules.neon
- src/Rules/Symplify/code-complexity-rules.neon
- src/Rules/Symplify/configurable-rules.neon
- %rootDir%/../../symplify/phpstan-rules/config/doctrine-rules.neon
- %rootDir%/../../symplify/phpstan-rules/config/forbidden-static-rules.neon
- %rootDir%/../../symplify/phpstan-rules/config/generic-rules.neon
- src/Rules/Symplify/naming-rules.neon
- src/Rules/Symplify/narrowspark-rules.neon
- %rootDir%/../../symplify/phpstan-rules/config/regex-rules.neon
- %rootDir%/../../symplify/phpstan-rules/config/services-rules.neon
- src/Rules/Symplify/size-rules.neon
- %rootDir%/../../symplify/phpstan-rules/config/static-rules.neon
- %rootDir%/../../symplify/phpstan-rules/config/string-to-constant-rules.neon
- %rootDir%/../../symplify/phpstan-rules/config/test-rules.neon
parameters:
level: max
inferPrivatePropertyTypeFromConstructor: true
excludes_analyse:
- vendor
- Tests/Fixture