Skip to content

Commit

Permalink
Merge pull request #20 from piotrkardasz/feature/scrutinizer
Browse files Browse the repository at this point in the history
Add Scrutinizer configuration
  • Loading branch information
patrick477 authored Apr 26, 2021
2 parents 38b443c + e2f9784 commit 4103878
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
build:
nodes:
analysis:
tests:
override:
- php-scrutinizer-run
environment:
variables:
COMPOSER_MEMORY_LIMIT: -1

filter:
excluded_paths: [tests/*, spec/*]

0 comments on commit 4103878

Please sign in to comment.