mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-11 15:16:55 +03:00
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>
This commit is contained in:
co-authored by
Dmitri Perunov
Juliette
parent
3050b3d745
commit
1ab4b7cb1b
@@ -16,4 +16,6 @@
|
||||
<file>src/</file>
|
||||
<file>tests/</file>
|
||||
|
||||
<exclude-pattern>config/reference\.php$</exclude-pattern>
|
||||
|
||||
</ruleset>
|
||||
|
||||
Reference in New Issue
Block a user