We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31332c8 commit 11c9fedCopy full SHA for 11c9fed
.rubocop.yml
@@ -211,9 +211,7 @@ Style/IfInsideElse:
211
Enabled: false
212
213
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
+ Enabled: false
217
218
Style/MethodMissingSuper:
219
@@ -266,6 +264,9 @@ Style/PercentLiteralDelimiters:
266
264
'%W': '[]' # array of double-quoted strings
267
265
'%x': () # a shell command as a string
268
+Style/Proc:
269
+
270
Style/RegexpLiteral:
271
272
0 commit comments