From 3121ea9f2c1af9509f4d6678a2e9fded6379ccc0 Mon Sep 17 00:00:00 2001 From: Marius Burkard Date: Thu, 25 Oct 2018 16:11:45 +0200 Subject: [PATCH] phplint config from merge request !827 --- .phplint.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .phplint.yml diff --git a/.phplint.yml b/.phplint.yml new file mode 100644 index 000000000..10fd2a25a --- /dev/null +++ b/.phplint.yml @@ -0,0 +1,9 @@ +path: ./ +jobs: 10 +cache: .phplint-cache +extensions: + - php + - lng +exclude: + - vendor + -- GitLab