From 1772ef22979eccf6aaf2d12a90e0e517c5339d2a Mon Sep 17 00:00:00 2001 From: Jordan Doyle Date: Mon, 3 Oct 2016 19:58:32 +0100 Subject: [PATCH] Add codeclimate config --- .codeclimate.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .codeclimate.yml diff --git a/.codeclimate.yml b/.codeclimate.yml new file mode 100644 index 0000000..8af83c3 --- /dev/null +++ b/.codeclimate.yml @@ -0,0 +1,16 @@ +engines: + phpcodesniffer: + enabled: true + config: + file_extensions: "php" + standard: "PSR1,PSR2" + ignore_warnings: true + encoding: utf-8 + phpmd: + enabled: true + config: + file_extensions: "php" + rulesets: "cleancode,codesize,controversial,design,naming" +ratings: + paths: + - "**.php" -- libgit2 1.7.2