We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bf9703 commit 20b3b63Copy full SHA for 20b3b63
.gitignore
@@ -5,3 +5,4 @@ build/
5
Resources/auth.json
6
.vagrant
7
.phpunit.result.cache
8
+.phpunit.cache/
.scrutinizer.yml
@@ -0,0 +1,27 @@
1
+filter:
2
+ excluded_paths:
3
+ - 'tests/*'
4
+ - 'src/API/Type/*'
+ - 'src/API/Message/*'
+ - 'src/Generator/*'
+ - 'examples/*'
+tools:
9
+ external_code_coverage: true
10
+checks:
11
+ php:
12
+ code_rating: true
13
+ duplication: true
14
+coding_style:
15
16
+ indentation:
17
+ general:
18
+ size: 1
19
+
20
+build:
21
+ environment:
22
+ php: 8.3.1
23
+ nodes:
24
+ analysis:
25
+ tests:
26
+ override:
27
+ - php-scrutinizer-run
0 commit comments