Skip to content

Commit 446fa95

Browse files
authored
Merge pull request #586 from simPod/src-scrutinizer
Scrutinizer: Analyze only src
2 parents ea011cf + 86c3835 commit 446fa95

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.scrutinizer.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ tools:
2222
external_code_coverage:
2323
timeout: 3600
2424

25+
filter:
26+
paths:
27+
- "src/"
28+
2529
build_failure_conditions:
2630
- 'elements.rating(<= C).new.exists' # No new classes/methods with a rating of C or worse allowed
2731
- 'project.metric_change("scrutinizer.test_coverage", < 0)' # Code Coverage decreased from previous inspection

0 commit comments

Comments
 (0)