Skip to content

Commit

Permalink
exclude benchmarks from the analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
Baptouuuu committed Nov 3, 2019
1 parent 951dc0c commit c3b70cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ tools:
filter:
excluded_paths:
- tests/*
- benchmarks/*
1 change: 1 addition & 0 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
<exclude>
<directory>./tests</directory>
<directory>./vendor</directory>
<directory>./benchmarks</directory>
</exclude>
</whitelist>
</filter>
Expand Down

0 comments on commit c3b70cc

Please sign in to comment.