File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 5353 // ExampleInsight::class,
5454 NunoMaduro \PhpInsights \Domain \Insights \Composer \ComposerMustBeValid::class,
5555 NunoMaduro \PhpInsights \Domain \Insights \ForbiddenNormalClasses::class,
56- // Disabled for now because of the - https://github.com/nunomaduro/phpinsights/issues/704
57- NunoMaduro \PhpInsights \Domain \Insights \ForbiddenSecurityIssues::class,
5856 NunoMaduro \PhpInsights \Domain \Insights \ForbiddenTraits::class,
5957 NunoMaduro \PhpInsights \Domain \Sniffs \ForbiddenSetterSniff::class,
6058 ObjectCalisthenics \Sniffs \Classes \ForbiddenPublicPropertySniff::class,
109107 '& ' => 'align ' ,
110108 ],
111109 ],
110+ PHP_CodeSniffer \Standards \Squiz \Sniffs \PHP \EvalSniff::class => [
111+ 'exclude ' => [
112+ 'src/Decorator/StopwatchDecorator.php ' ,
113+ ],
114+ ],
112115 SlevomatCodingStandard \Sniffs \Functions \UnusedParameterSniff::class => [
113116 'exclude ' => [
114117 'src/ArgumentResolver/LoggedInUserValueResolver.php ' ,
You can’t perform that action at this time.
0 commit comments