From 697ea396da88e015027175f7468dc93127e8e505 Mon Sep 17 00:00:00 2001 From: Connor Turland Date: Fri, 9 Mar 2018 21:06:57 -0500 Subject: [PATCH] more config for codeclimate --- .codeclimate.yml | 20 ++------------------ 1 file changed, 2 insertions(+), 18 deletions(-) diff --git a/.codeclimate.yml b/.codeclimate.yml index a13dddbf..4aeeffb8 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -1,16 +1,10 @@ --- engines: - brakeman: - enabled: true - bundler-audit: - enabled: true duplication: enabled: true config: languages: count_threshold: 3 # rule of three - ruby: - mass_threshold: 36 # default: 18 javascript: mass_threshold: 80 # default: 40 eslint: @@ -18,21 +12,11 @@ engines: channel: "eslint-3" fixme: enabled: true - rubocop: - enabled: true - exclude_fingerprints: - - 74f18007b920e8d81148d2f6a2756534 ratings: paths: - - 'Gemfile.lock' - - '**.erb' - - '**.rb' - '**.js' - '**.jsx' exclude_paths: -- app/assets/images/ -- app/assets/javascripts/lib/ +- public/images +- public/lib - src/patched/ -- db/ -- script/ -- spec/