From 0e42a12a33b9bb193fa7851628edf018bd922362 Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Sat, 18 Jun 2022 11:38:26 +0200 Subject: Add phpcs config and do automatic fixups. --- .phpcs.xml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .phpcs.xml (limited to '.phpcs.xml') diff --git a/.phpcs.xml b/.phpcs.xml new file mode 100644 index 0000000..26d5659 --- /dev/null +++ b/.phpcs.xml @@ -0,0 +1,25 @@ + + + PHPCS configuration for Giglogadmin + + giglogadmin.php + + */src/Standards/*/Tests/*\.(inc|css|js)$ + */tests/Core/*/*\.(inc|css|js)$ + + + + + + + + + error + + + + + + + + -- cgit v1.2.3