|
1 |
| -rules: |
2 |
| - - mglaman\PHPStanDrupal\Rules\Drupal\Coder\DiscouragedFunctionsRule |
3 |
| - - mglaman\PHPStanDrupal\Rules\Drupal\GlobalDrupalDependencyInjectionRule |
4 |
| - - mglaman\PHPStanDrupal\Rules\Drupal\PluginManager\PluginManagerSetsCacheBackendRule |
5 |
| - - mglaman\PHPStanDrupal\Rules\Deprecations\AccessDeprecatedConstant |
6 |
| - - mglaman\PHPStanDrupal\Rules\Classes\ClassExtendsInternalClassRule |
7 |
| - - mglaman\PHPStanDrupal\Rules\Classes\PluginManagerInspectionRule |
8 |
| - - mglaman\PHPStanDrupal\Rules\Deprecations\ConditionManagerCreateInstanceContextConfigurationRule |
9 |
| - - mglaman\PHPStanDrupal\Rules\Drupal\RenderCallbackRule |
10 |
| - - mglaman\PHPStanDrupal\Rules\Deprecations\StaticServiceDeprecatedServiceRule |
11 |
| - - mglaman\PHPStanDrupal\Rules\Deprecations\GetDeprecatedServiceRule |
12 |
| - - mglaman\PHPStanDrupal\Rules\Drupal\Tests\BrowserTestBaseDefaultThemeRule |
13 |
| - - mglaman\PHPStanDrupal\Rules\Deprecations\ConfigEntityConfigExportRule |
14 |
| - - mglaman\PHPStanDrupal\Rules\Deprecations\PluginAnnotationContextDefinitionsRule |
15 |
| - - mglaman\PHPStanDrupal\Rules\Drupal\ModuleLoadInclude |
16 |
| - - mglaman\PHPStanDrupal\Rules\Drupal\LoadIncludes |
17 |
| - - mglaman\PHPStanDrupal\Rules\Drupal\EntityQuery\EntityQueryHasAccessCheckRule |
18 |
| - - mglaman\PHPStanDrupal\Rules\Deprecations\SymfonyCmfRouteObjectInterfaceConstantsRule |
19 |
| - - mglaman\PHPStanDrupal\Rules\Deprecations\SymfonyCmfRoutingInClassMethodSignatureRule |
20 |
| - - mglaman\PHPStanDrupal\Rules\Drupal\RequestStackGetMainRequestRule |
21 |
| - - mglaman\PHPStanDrupal\Rules\Drupal\TestClassesProtectedPropertyModulesRule |
| 1 | +rules: |
| 2 | + - mglaman\PHPStanDrupal\Rules\Drupal\Coder\DiscouragedFunctionsRule |
| 3 | + - mglaman\PHPStanDrupal\Rules\Drupal\GlobalDrupalDependencyInjectionRule |
| 4 | + - mglaman\PHPStanDrupal\Rules\Drupal\PluginManager\PluginManagerSetsCacheBackendRule |
| 5 | + - mglaman\PHPStanDrupal\Rules\Deprecations\AccessDeprecatedConstant |
| 6 | + - mglaman\PHPStanDrupal\Rules\Classes\ClassExtendsInternalClassRule |
| 7 | + - mglaman\PHPStanDrupal\Rules\Classes\PluginManagerInspectionRule |
| 8 | + - mglaman\PHPStanDrupal\Rules\Deprecations\ConditionManagerCreateInstanceContextConfigurationRule |
| 9 | + - mglaman\PHPStanDrupal\Rules\Drupal\RenderCallbackRule |
| 10 | + - mglaman\PHPStanDrupal\Rules\Deprecations\StaticServiceDeprecatedServiceRule |
| 11 | + - mglaman\PHPStanDrupal\Rules\Deprecations\GetDeprecatedServiceRule |
| 12 | + - mglaman\PHPStanDrupal\Rules\Drupal\Tests\BrowserTestBaseDefaultThemeRule |
| 13 | + - mglaman\PHPStanDrupal\Rules\Deprecations\ConfigEntityConfigExportRule |
| 14 | + - mglaman\PHPStanDrupal\Rules\Deprecations\PluginAnnotationContextDefinitionsRule |
| 15 | + - mglaman\PHPStanDrupal\Rules\Drupal\ModuleLoadInclude |
| 16 | + - mglaman\PHPStanDrupal\Rules\Drupal\LoadIncludes |
| 17 | + - mglaman\PHPStanDrupal\Rules\Drupal\EntityQuery\EntityQueryHasAccessCheckRule |
| 18 | + - mglaman\PHPStanDrupal\Rules\Deprecations\SymfonyCmfRouteObjectInterfaceConstantsRule |
| 19 | + - mglaman\PHPStanDrupal\Rules\Deprecations\SymfonyCmfRoutingInClassMethodSignatureRule |
| 20 | + - mglaman\PHPStanDrupal\Rules\Drupal\RequestStackGetMainRequestRule |
| 21 | + - mglaman\PHPStanDrupal\Rules\Drupal\TestClassesProtectedPropertyModulesRule |
| 22 | + |
| 23 | +conditionalTags: |
| 24 | + mglaman\PHPStanDrupal\Rules\Drupal\Tests\TestClassSuffixNameRule: |
| 25 | + phpstan.rules.rule: %drupal.rules.testClassSuffixNameRule% |
| 26 | + |
| 27 | +services: |
| 28 | + - |
| 29 | + class: mglaman\PHPStanDrupal\Rules\Drupal\Tests\TestClassSuffixNameRule |
0 commit comments