Skip to content

Commit

Permalink
fixes cs tests by excluding autoload functions
Browse files Browse the repository at this point in the history
  • Loading branch information
bshaffer committed Feb 2, 2016
1 parent 5fe588d commit 358e41c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions style/ruleset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@
</properties>
<!-- Generated libs have some properties that break this! -->
<exclude-pattern>Service/*.php</exclude-pattern>
<!-- exclude autoload functions -->
<exclude-pattern>autoload.php</exclude-pattern>
</rule>

<!-- All PHP files MUST use the Unix LF (linefeed) line ending. -->
Expand Down

0 comments on commit 358e41c

Please sign in to comment.