Skip to content

Commit 11c9fed

Browse files
committed
fixup! Disable two noisy cops
1 parent 31332c8 commit 11c9fed

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.rubocop.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -211,9 +211,7 @@ Style/IfInsideElse:
211211
Enabled: false
212212

213213
Style/IfUnlessModifier:
214-
Exclude:
215-
# Allow single line statement as the style matches the remainder of the file
216-
- lib/rspec/rails/vendor/capybara.rb
214+
Enabled: false
217215

218216
Style/MethodMissingSuper:
219217
Enabled: false
@@ -266,6 +264,9 @@ Style/PercentLiteralDelimiters:
266264
'%W': '[]' # array of double-quoted strings
267265
'%x': () # a shell command as a string
268266

267+
Style/Proc:
268+
Enabled: false
269+
269270
Style/RegexpLiteral:
270271
Enabled: false
271272

0 commit comments

Comments
 (0)