Skip to content

Commit

Permalink
Exclude autogenerated files from analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
dvdoug committed Nov 11, 2021
1 parent c9cbe27 commit 408f944
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ tools:
filter:
excluded_paths:
- 'tests/'
- 'src/CoordinateOperation/Params'
- 'src/Geometry/Extents'
- 'src/EPSG/Import/'

build:
Expand Down
1 change: 1 addition & 0 deletions phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
</include>
<exclude>
<directory suffix=".php">src/EPSG/Import</directory>
<directory suffix=".php">src/CoordinateOperation/Params</directory>
<directory suffix=".php">src/Geometry/Extents</directory>
</exclude>

Expand Down

0 comments on commit 408f944

Please sign in to comment.