Skip to content

Commit 21ec7a9

Browse files
committed
chore: Update Rubocop config
1 parent b310f9e commit 21ec7a9

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

.rubocop.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,15 @@
22
inherit_from:
33
- https://relaxed.ruby.style/rubocop.yml
44

5-
require:
6-
- rubocop-packaging
5+
plugins:
6+
- rubocop-capybara
77
- rubocop-performance
88
- rubocop-rails
99
- rubocop-rspec
10+
- rubocop-rspec_rails
11+
12+
require:
13+
- rubocop-packaging
1014

1115
AllCops:
1216
Exclude:

Gemfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,12 @@ gem 'rspec-retry'
3838
# Linters
3939
gem 'fasterer'
4040
gem 'rubocop'
41+
gem 'rubocop-capybara'
4142
gem 'rubocop-packaging'
4243
gem 'rubocop-performance'
4344
gem 'rubocop-rails'
4445
gem 'rubocop-rspec'
46+
gem 'rubocop-rspec_rails'
4547

4648
# Tools
4749
gem 'pry-rails'

0 commit comments

Comments
 (0)