File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11---
2- plugins : rubocop-rspec
3- require :
2+ plugins :
3+ - rubocop-rspec
44 - rubocop-rspec_rails
55 - rubocop-factory_bot
66 - rubocop-capybara
@@ -9,7 +9,7 @@ Layout/MultilineBlockLayout:
99 Exclude :
1010 - ' spec/**/*'
1111
12- Naming/PredicateName :
12+ Naming/PredicatePrefix :
1313 Exclude :
1414 - spec/**/*
1515
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ Naming/BinaryOperatorParameterName:
1818 StyleGuide : ' https://github.com/bbatsov/ruby-style-guide#other-arg'
1919 Enabled : false
2020
21- Naming/PredicateName :
21+ Naming/PredicatePrefix :
2222 Description : ' Check the names of predicate methods.'
2323 StyleGuide : ' https://github.com/bbatsov/ruby-style-guide#bool-methods-qmark'
2424 ForbiddenPrefixes :
You can’t perform that action at this time.
0 commit comments