From 9f9f56ce6390637a84147045f1f8e5240dcf14ba Mon Sep 17 00:00:00 2001 From: Thomas Walpole Date: Mon, 24 Jun 2019 14:03:57 -0700 Subject: [PATCH] Update codecllimate config typo --- .codeclimate.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.codeclimate.yml b/.codeclimate.yml index 1df1287c..8c03a952 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -13,14 +13,14 @@ engines: enabled: false duplication: enabled: true + exclude_patterns: + - "lib/capybara/selector.rb" + - "lib/capybara/minitest.rb" + - "lib/capybara/selector/definition/" config: languages: ruby: mass_threshold: 25 - exclude_patterns: - - "lib/capybara/selector.rb" - - "lib/capybara/minitest.rb" - - "lib/capybara/selector/definiton/" eslint: enabled: false fixme: