Skip to content

Commit e4f7ae3

Browse files
committed
fix: add ignore warning for scrutinizer ci v2
1 parent 9439499 commit e4f7ae3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.scrutinizer.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ tools:
3434
standard: PSR4
3535
filter:
3636
paths: [ 'src' ]
37+
excluded_paths: [ 'src/Http/Controllers/Base/*' ]
3738
php_loc:
3839
enabled: true
3940
excluded_dirs: [ vendor ]
@@ -42,4 +43,4 @@ tools:
4243
excluded_dirs: [ vendor ]
4344
php_mess_detector:
4445
filter:
45-
excluded_paths: [ src/Http/Controllers/Base ]
46+
excluded_paths: [ 'src/Http/Controllers/Base/*' ]

0 commit comments

Comments
 (0)