From 132d61bb0362390360cff518a36be559e53581b0 Mon Sep 17 00:00:00 2001 From: Amio Date: Mon, 13 Aug 2018 16:30:32 +0800 Subject: [PATCH] chore: add .codeclimate.yml Don't be too harsh on PRs. Breaking these rules gonna make PR marked as failure. --- .codeclimate.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .codeclimate.yml diff --git a/.codeclimate.yml b/.codeclimate.yml new file mode 100644 index 0000000..0b98fd8 --- /dev/null +++ b/.codeclimate.yml @@ -0,0 +1,11 @@ +version: "2" +checks: + method-complexity: + config: + threshold: 8 + method-lines: + config: + threshold: 100 + file-lines: + config: + threshold: 500