From 9c3ff8890a01756a1894ed3b4af9229622bca778 Mon Sep 17 00:00:00 2001 From: Chris Cummer Date: Fri, 3 Aug 2018 05:06:09 -0700 Subject: [PATCH] Add .codeclimate.yml file --- .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 00000000..3f56ed6d --- /dev/null +++ b/.codeclimate.yml @@ -0,0 +1,5 @@ +version: "2" + checks: + similar-code: + config: + threshold: 3