Skip to content

Commit

Permalink
Exclude empty-array-item.php from linting
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed Oct 24, 2020
1 parent a97477b commit 427c7ac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,8 @@
<arg path="tests/PHPStan/Rules/Classes/data/trait-use-error.php"/>
<arg value="--exclude"/>
<arg path="tests/PHPStan/Rules/Properties/data/default-value-for-native-property-type.php"/>
<arg value="--exclude"/>
<arg path="tests/PHPStan/Rules/Arrays/data/empty-array-item.php"/>
<arg path="src" />
<arg path="tests" />
<arg path="compiler/src" />
Expand Down

0 comments on commit 427c7ac

Please sign in to comment.