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

Don't check code style in compiled files

This commit is contained in:
Jakub Vrana
2025-03-05 15:24:02 +01:00
parent 105999f62e
commit dd947fc1ee

View File

@@ -7,6 +7,7 @@
<file>.</file>
<exclude-pattern>/externals/</exclude-pattern>
<exclude-pattern>/designs/</exclude-pattern>
<exclude-pattern>/(adminer|editor)[^/]*.php</exclude-pattern>
<rule ref="PSR12">
<exclude name="Generic.Files.LineLength"/>