From 3410043b0ad20129bb34e4847c9fdf29e702781e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Holger=20Lo=CC=88sken?= Date: Mon, 4 Jul 2016 22:30:27 +0200 Subject: [PATCH] Add code climate config --- codeclimate.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 codeclimate.yml diff --git a/codeclimate.yml b/codeclimate.yml new file mode 100644 index 000000000000..f006734c5893 --- /dev/null +++ b/codeclimate.yml @@ -0,0 +1,6 @@ +exclude_paths: + - "bootstrap/cache" + - "resources/" + - "storage/" + - "tests/" + - "**.md" \ No newline at end of file