Fix Lint/SendWithMixinArgument
cop (#25920)
This commit is contained in:
parent
74806deb2c
commit
b786911c55
2 changed files with 4 additions and 9 deletions
|
@ -106,11 +106,6 @@ Lint/OrAssignmentToConstant:
|
|||
Exclude:
|
||||
- 'lib/sanitize_ext/sanitize_config.rb'
|
||||
|
||||
# This cop supports safe autocorrection (--autocorrect).
|
||||
Lint/SendWithMixinArgument:
|
||||
Exclude:
|
||||
- 'config/application.rb'
|
||||
|
||||
# This cop supports safe autocorrection (--autocorrect).
|
||||
# Configuration parameters: IgnoreEmptyBlocks, AllowUnusedKeywordArguments.
|
||||
Lint/UnusedBlockArgument:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue