mirror of
https://github.com/danog/psalm.git
synced 2024-11-26 20:34:47 +01:00
12 lines
320 B
XML
12 lines
320 B
XML
<?xml version="1.0"?>
|
|
<ruleset name="PHP_CodeSniffer">
|
|
<rule ref="PSR2" />
|
|
|
|
<file>bin/</file>
|
|
<file>examples/</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>
|
|
</ruleset> |