Skip to content

Commit 77012b3

Browse files
committed
Avoid scrutinizer for irelevant file changes
1 parent ff5f9fe commit 77012b3

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

.scrutinizer.yml

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,21 @@ build:
5353
redis: false
5454
filter:
5555
paths:
56-
- src/*
56+
- "src/*"
57+
excluded_paths:
58+
- ".github/*"
59+
- '*.md'
60+
- '*/*.md'
61+
- 'LICENSE'
62+
- '*/LICENSE'
63+
- 'CODEOWNERS'
64+
- '*/CODEOWNERS'
65+
- '.remarkrc*'
66+
- '*/.remarkrc*'
67+
- '.editorconfig'
68+
- '*/.editorconfig'
69+
dependency_paths:
70+
- "vendor"
5771
checks:
5872
php:
5973
code_rating: true

0 commit comments

Comments
 (0)