Fix Lint/SendWithMixinArgument cop (#25920)

This commit is contained in:
Matt Jankowski
2023-07-12 04:02:32 -04:00
committed by GitHub
parent 74806deb2c
commit b786911c55
2 changed files with 4 additions and 9 deletions

View File

@ -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: