about summary refs log tree commit diff
path: root/.rubocop.yml
diff options
context:
space:
mode:
authorNick Schonning <nschonni@gmail.com>2023-03-17 05:13:28 -0400
committerGitHub <noreply@github.com>2023-03-17 10:13:28 +0100
commitb22b4bac03182aecdc09e2e6b896ff7ec67d7dd6 (patch)
tree847f00a2b6faee82d10b3d905cb79adc93c4a564 /.rubocop.yml
parentd75a1e5054bc51d00b2ded834887f0cac23537b4 (diff)
Include config/ and update all rubcop deps (#23963)
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index 4f4c98dc9..9e9240636 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -8,6 +8,7 @@ require:
   - rubocop-rails
   - rubocop-rspec
   - rubocop-performance
+  - rubocop-capybara
 
 AllCops:
   TargetRubyVersion: 2.7
@@ -19,7 +20,6 @@ AllCops:
   NewCops: enable
   Exclude:
     - db/schema.rb
-    - 'config/**/*'
     - 'bin/*'
     - 'Rakefile'
     - 'node_modules/**/*'