Skip to content

Commit 1ab4b7c

Browse files
ebitkovdiimppjrfnl
authored
fix(php_codesniffer): Ignore config/reference.php (#1981)
* Exclude reference.php from PHP CodeSniffer ruleset * Apply suggestion from @jrfnl Co-authored-by: Juliette <663378+jrfnl@users.noreply.github.com> --------- Co-authored-by: Dmitri Perunov <diimpp@gmail.com> Co-authored-by: Juliette <663378+jrfnl@users.noreply.github.com>
1 parent 3050b3d commit 1ab4b7c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

squizlabs/php_codesniffer/3.6/phpcs.xml.dist

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,6 @@
1616
<file>src/</file>
1717
<file>tests/</file>
1818

19+
<exclude-pattern>config/reference\.php$</exclude-pattern>
20+
1921
</ruleset>

0 commit comments

Comments
 (0)