From 0330fccdaf58765f5d54a3a4e58b806b1114142e Mon Sep 17 00:00:00 2001 From: Stefano Diem Benatti Date: Mon, 21 Nov 2016 14:46:40 -0200 Subject: [PATCH] adding codeclimate config file adding .codeclimate.yml config file for java PMD support --- .codeclimate.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .codeclimate.yml diff --git a/.codeclimate.yml b/.codeclimate.yml new file mode 100644 index 0000000..3041292 --- /dev/null +++ b/.codeclimate.yml @@ -0,0 +1,8 @@ +engines: + pmd: + enabled: true + channel: "beta" + +ratings: + paths: + - "**.java"