From c877aa8eb8d764d5fb31bc248358408268f1c141 Mon Sep 17 00:00:00 2001 From: Thomas Walpole Date: Thu, 11 Oct 2018 13:41:47 -0700 Subject: [PATCH] update codeclimate config --- .codeclimate.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.codeclimate.yml b/.codeclimate.yml index b255c66a..a664a062 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -17,6 +17,9 @@ engines: languages: ruby: mass_threshold: 25 + exclude_patterns: + - "lib/capybara/selector.rb" + - "lib/capybara/minitest.rb" eslint: enabled: false fixme: