diff options
author | Harald Eilertsen <haraldei@anduin.net> | 2023-01-20 20:39:56 +0100 |
---|---|---|
committer | Harald Eilertsen <haraldei@anduin.net> | 2023-01-20 20:39:56 +0100 |
commit | abfa78d4fa2b233fa21439bf4985f8a24f0369cb (patch) | |
tree | 9f1348d99ba4134f7a9dc971616ce752bfda4ea9 | |
parent | f71143613339faa670c8357845600ee7ebcb4339 (diff) | |
download | gigologadmin-abfa78d4fa2b233fa21439bf4985f8a24f0369cb.tar.gz gigologadmin-abfa78d4fa2b233fa21439bf4985f8a24f0369cb.tar.bz2 gigologadmin-abfa78d4fa2b233fa21439bf4985f8a24f0369cb.zip |
Include the includes subdir in the phpcs checks too.
-rw-r--r-- | .phpcs.xml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3,6 +3,7 @@ <description>PHPCS configuration for Giglogadmin</description> <file>giglogadmin.php</file> + <file>includes</file> <exclude-pattern>*/src/Standards/*/Tests/*\.(inc|css|js)$</exclude-pattern> <exclude-pattern>*/tests/Core/*/*\.(inc|css|js)$</exclude-pattern> |