Skip to content

Commit

Permalink
Add .scrutinizer.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rybakit committed Dec 14, 2020
1 parent 843326c commit 51883da
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ tests export-ignore
.gitattributes export-ignore
.gitignore export-ignore
.php_cs.dist export-ignore
.scrutinizer.yml export-ignore
.travis.yml export-ignore
dockerfile.sh export-ignore
phpunit.xml.dist export-ignore
Expand Down
22 changes: 22 additions & 0 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
checks:
php: true

tools:
php_mess_detector: true
php_cpd: true
php_loc:
excluded_dirs: [vendor]
php_pdepend:
excluded_dirs: [vendor]
external_code_coverage:
runs: 1

build:
environment:
php:
version: 7.4
nodes:
analysis:
tests:
override:
- php-scrutinizer-run

0 comments on commit 51883da

Please sign in to comment.