Skip to content

Commit e926388

Browse files
committed
Style/RaiseArgs
1 parent a4ad62e commit e926388

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.rubocop.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -300,6 +300,13 @@ Style/PercentLiteralDelimiters:
300300
'%W': '[]' # array of double-quoted strings
301301
'%x': () # a shell command as a string
302302

303+
Style/RaiseArgs:
304+
Exclude:
305+
- 'spec/rspec/rails/matchers/be_routable_spec.rb'
306+
- 'spec/rspec/rails/matchers/have_rendered_spec.rb'
307+
- 'spec/rspec/rails/matchers/redirect_to_spec.rb'
308+
- 'spec/rspec/rails/matchers/route_to_spec.rb'
309+
303310
Style/RegexpLiteral:
304311
Enabled: false
305312

0 commit comments

Comments
 (0)