From cdd80af27be895919d76e7636bc523a39d49cb06 Mon Sep 17 00:00:00 2001 From: Michael Rausch Date: Wed, 10 May 2017 11:56:18 +1200 Subject: [PATCH] Added .codeclimate.yml for static code analysis --- .codeclimate.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .codeclimate.yml diff --git a/.codeclimate.yml b/.codeclimate.yml new file mode 100644 index 00000000..f0fdafc3 --- /dev/null +++ b/.codeclimate.yml @@ -0,0 +1,17 @@ +engines: + pmd: + enabled: true + channel: "beta" + + fixme: + enabled: true + config: + strings: + - FIXME + - TODO + - BUG + - FIX + +ratings: + paths: + - "**.java"