2016-11-02 02:29:00 -04:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<ruleset name="PHP_CodeSniffer">
|
|
|
|
<rule ref="PSR2" />
|
|
|
|
|
|
|
|
<file>bin/</file>
|
|
|
|
<file>src/</file>
|
|
|
|
<file>tests/</file>
|
|
|
|
|
|
|
|
<!-- This is a vendor file that we don't want to bother linting. -->
|
|
|
|
<exclude-pattern>src/Psalm/CallMap.php</exclude-pattern>
|
2017-04-28 00:31:55 -04:00
|
|
|
|
|
|
|
<!-- These are just examples and stub classes/files, so it doesn't really matter if they're PSR-2 compliant. -->
|
|
|
|
<exclude-pattern>src/Psalm/Stubs/</exclude-pattern>
|
|
|
|
<exclude-pattern>tests/stubs/</exclude-pattern>
|
2017-01-14 19:06:58 -05:00
|
|
|
</ruleset>
|