Skip to content

Commit

Permalink
Ignore tests/tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed Jan 11, 2020
1 parent 79333d3 commit 49d8c4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions build/phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ parameters:
- %rootDir%/src/Reflection/SignatureMap/functionMap.php
- %rootDir%/src/Reflection/SignatureMap/functionMetadata.php
- %rootDir%/tests/*/data/*
- %rootDir%/tests/tmp/*
- %rootDir%/tests/PHPStan/Analyser/traits/*
- %rootDir%/tests/notAutoloaded/*
- %rootDir%/tests/PHPStan/Generics/functions.php
Expand Down
1 change: 1 addition & 0 deletions phpcs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@
</rule>
<exclude-pattern>tests/*/data</exclude-pattern>
<exclude-pattern>tests/*/traits</exclude-pattern>
<exclude-pattern>tests/tmp</exclude-pattern>
<exclude-pattern>tests/notAutoloaded</exclude-pattern>
<exclude-pattern>src/Reflection/BetterReflection/BetterReflectionSourceLocatorFactory.php</exclude-pattern>
<exclude-pattern>src/Reflection/SignatureMap/functionMap.php</exclude-pattern>
Expand Down

0 comments on commit 49d8c4f

Please sign in to comment.