From 18d58a81d660bac99b1e8119304703e2d890aecd Mon Sep 17 00:00:00 2001 From: Kaspars Dambis Date: Thu, 10 Sep 2020 10:23:08 +0300 Subject: [PATCH] Define the PHP coding standard checks --- phpcs.xml.dist | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 phpcs.xml.dist diff --git a/phpcs.xml.dist b/phpcs.xml.dist new file mode 100644 index 000000000..d3ccc5400 --- /dev/null +++ b/phpcs.xml.dist @@ -0,0 +1,24 @@ + + + + + . + + + + + + + + + warning + + + + + + + /node_modules/ + /vendor/ + /build/ +