Skip to content

Commit

Permalink
Create .scrutinizer.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AJenbo authored May 18, 2024
1 parent a82343e commit 558644e
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
build:
environment:
php:
version: 8.1
tests:
override:
- true

checks:
php:
code_rating: true
duplication: true

filter:
paths: [ "application/*" ]

tools:
external_code_coverage: true

0 comments on commit 558644e

Please sign in to comment.