Skip to content

Commit 20b3b63

Browse files
committed
Update gitignore and add local scrutinizer config
1 parent 1bf9703 commit 20b3b63

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ build/
55
Resources/auth.json
66
.vagrant
77
.phpunit.result.cache
8+
.phpunit.cache/

.scrutinizer.yml

+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
filter:
2+
excluded_paths:
3+
- 'tests/*'
4+
- 'src/API/Type/*'
5+
- 'src/API/Message/*'
6+
- 'src/Generator/*'
7+
- 'examples/*'
8+
tools:
9+
external_code_coverage: true
10+
checks:
11+
php:
12+
code_rating: true
13+
duplication: true
14+
coding_style:
15+
php:
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

Comments
 (0)