Skip to content

Commit

Permalink
Create .scrutinizer.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
blacknell committed Feb 2, 2021
1 parent aeb9e39 commit 2b7b496
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
build:
environment:
php: 7.4
nodes:
analysis:
project_setup:
override:
- 'true'
tests:
override:
- php-scrutinizer-run
-
command: phpcs-run
use_website_config: true
tests: true
filter:
excluded_paths:
- 'tests/*'
checks:
php: true
coding_style:
php:
spaces:
around_operators:
concatenation: true

0 comments on commit 2b7b496

Please sign in to comment.