From a96e8ea5f89fdc07f84bdd49b927c5c757cf4665 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Wed, 4 Jul 2018 17:56:32 +0200 Subject: [PATCH] add codeclimate config --- .codeclimate.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .codeclimate.yml diff --git a/.codeclimate.yml b/.codeclimate.yml new file mode 100644 index 0000000..9441e73 --- /dev/null +++ b/.codeclimate.yml @@ -0,0 +1,5 @@ +version: "2" +checks: + method-lines: + config: + threshold: 30