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 Sep 8, 2020
1 parent 45c761f commit e14d633
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 e14d633

Please sign in to comment.