Skip to content

Commit

Permalink
Disable Lint/UselessMethodDefinition
Browse files Browse the repository at this point in the history
Basically every break is a false positives due to
rubocop/rubocop#8626
  • Loading branch information
ivgiuliani committed Oct 21, 2020
1 parent 289d125 commit b8631c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rubocop.yml
Expand Up @@ -285,6 +285,7 @@ Lint/EmptyFile:
Lint/TrailingCommaInAttributeDeclaration:
Enabled: true

# Disabled due to https://github.com/rubocop-hq/rubocop/issues/8626
Lint/UselessMethodDefinition:
Enabled: true

Expand Down

0 comments on commit b8631c3

Please sign in to comment.