Skip to content

Commit

Permalink
Update gitignore and add local scrutinizer config
Browse files Browse the repository at this point in the history
  • Loading branch information
Garethp committed Aug 24, 2024
1 parent 1bf9703 commit 20b3b63
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ build/
Resources/auth.json
.vagrant
.phpunit.result.cache
.phpunit.cache/
27 changes: 27 additions & 0 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
filter:
excluded_paths:
- 'tests/*'
- 'src/API/Type/*'
- 'src/API/Message/*'
- 'src/Generator/*'
- 'examples/*'
tools:
external_code_coverage: true
checks:
php:
code_rating: true
duplication: true
coding_style:
php:
indentation:
general:
size: 1

build:
environment:
php: 8.3.1
nodes:
analysis:
tests:
override:
- php-scrutinizer-run

0 comments on commit 20b3b63

Please sign in to comment.