summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2023-01-20 20:39:56 +0100
committerHarald Eilertsen <haraldei@anduin.net>2023-01-20 20:39:56 +0100
commitabfa78d4fa2b233fa21439bf4985f8a24f0369cb (patch)
tree9f1348d99ba4134f7a9dc971616ce752bfda4ea9
parentf71143613339faa670c8357845600ee7ebcb4339 (diff)
downloadgigologadmin-abfa78d4fa2b233fa21439bf4985f8a24f0369cb.tar.gz
gigologadmin-abfa78d4fa2b233fa21439bf4985f8a24f0369cb.tar.bz2
gigologadmin-abfa78d4fa2b233fa21439bf4985f8a24f0369cb.zip
Include the includes subdir in the phpcs checks too.
-rw-r--r--.phpcs.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.phpcs.xml b/.phpcs.xml
index c31dba1..8cc7e75 100644
--- a/.phpcs.xml
+++ b/.phpcs.xml
@@ -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>