Skip to content
This repository was archived by the owner on Feb 24, 2025. It is now read-only.

Commit ae9ba8d

Browse files
committed
Drop tests from scrutinizer analysis
1 parent 1e427b8 commit ae9ba8d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.scrutinizer.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ filter:
1414
excluded_paths:
1515
- 'vendor/*'
1616
- '.github/*'
17+
- 'tests/*'
1718
paths: { }
1819
tools:
1920
php_mess_detector:
@@ -22,6 +23,7 @@ tools:
2223
excluded_paths:
2324
- 'vendor/*'
2425
- '.github/*'
26+
- 'tests/*'
2527
paths: { }
2628
php_code_sniffer:
2729
enabled: false
@@ -35,6 +37,7 @@ tools:
3537
excluded_paths:
3638
- 'vendor/*'
3739
- '.github/*'
40+
- 'tests/*'
3841
paths: { }
3942
php_analyzer:
4043
enabled: true
@@ -43,10 +46,12 @@ tools:
4346
dependency_paths:
4447
- 'vendor/*'
4548
- '.github/*'
49+
- 'tests/*'
4650
filter:
4751
excluded_paths:
4852
- 'vendor/*'
4953
- '.github/*'
54+
- 'tests/*'
5055
paths: { }
5156
path_configs: { }
5257
php_changetracking:
@@ -60,17 +65,20 @@ tools:
6065
excluded_paths:
6166
- 'vendor/*'
6267
- '.github/*'
68+
- 'tests/*'
6369
paths: { }
6470
php_loc:
6571
enabled: true
6672
excluded_dirs:
6773
- 'vendor/*'
6874
- '.github/*'
75+
- 'tests/*'
6976
php_cpd:
7077
enabled: true
7178
excluded_dirs: { }
7279
filter:
7380
excluded_paths:
7481
- 'vendor/*'
82+
- 'tests/*'
7583
- '.github/*'
7684
paths: { }

0 commit comments

Comments
 (0)