Skip to content

Commit 79c390b

Browse files
authored
Merge pull request #419 from Geolim4/final
Tests should not be tested by scrutinizer
2 parents b90978f + fa4c77e commit 79c390b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.scrutinizer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ before_commands:
22
- "composer install --no-dev --prefer-source"
33

44
filter:
5-
excluded_paths: ["bin/*", "docs/*", "examples/*", "var/*", "vendor/*"]
5+
excluded_paths: ["bin/*", "docs/*", "examples/*", "var/*", "vendor/*", "tests/*"]
66
checks:
77
php: true
88
coding_style:

0 commit comments

Comments
 (0)