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:
Emanuel Bitkov
2026-05-19 15:26:36 +04:00
committed by GitHub
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>