From 87d605aaab282417a93a17139c7e4dc72f03ab15 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sun, 28 Jan 2018 22:04:12 +0100 Subject: [PATCH] Add inspection configs --- Config/phpcs.xml | 84 +++++++++++++++++++++++++++++++++++++++++++++ Config/phpmd.xml | 88 ++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 172 insertions(+) create mode 100644 Config/phpcs.xml create mode 100644 Config/phpmd.xml diff --git a/Config/phpcs.xml b/Config/phpcs.xml new file mode 100644 index 0000000..3eb8616 --- /dev/null +++ b/Config/phpcs.xml @@ -0,0 +1,84 @@ + + + +*.tpl.php + + + + + + + + + + + + + + + + + + + + + */tests/* + + + + + + + + + + + + + + + + + + + + + *StringUtils.php + + + + + + + + + + + + + + + + *Pdf.php + *Excel.php + */tests/* + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Config/phpmd.xml b/Config/phpmd.xml new file mode 100644 index 0000000..bcb7a39 --- /dev/null +++ b/Config/phpmd.xml @@ -0,0 +1,88 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file