1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-06 14:46:36 +02:00

PHPCS: Ignore compiled files

This commit is contained in:
Jakub Vrana
2025-03-07 07:56:35 +01:00
parent 770a77ac33
commit a4a8f48a9c

View File

@@ -7,7 +7,7 @@
<file>.</file>
<exclude-pattern>/externals/</exclude-pattern>
<exclude-pattern>/designs/</exclude-pattern>
<exclude-pattern>/(adminer|editor)[^/]*.php</exclude-pattern>
<exclude-pattern>/(adminer|editor)[-.]</exclude-pattern>
<rule ref="PSR12">
<exclude name="Generic.Whitespace.DisallowTabIndent"/><!-- Replaced by: Generic.Whitespace.DisallowSpaceIndent -->