Project

General

Profile

« Previous | Next » 

Revision 6ebba152

Added by Michael Moll almost 6 years ago

Fixes #19858 - Configure Style/EmptyMethod cop (#5703)

  • Refs #20891 - fix for new rubocop rules
  • Fixes #19858 - Configure Style/EmptyMethod cop

View differences:

.rubocop_todo.yml
# Offense count: 345
# Configuration parameters: CountComments, ExcludedMethods.
Metrics/BlockLength:
Max: 1342
Max: 1358
# Offense count: 14
# Configuration parameters: CountBlocks.
......
Style/DoubleNegation:
Enabled: false
# Offense count: 152
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle.
# SupportedStyles: compact, expanded
Style/EmptyMethod:
Enabled: false
# Offense count: 48
# Cop supports --auto-correct.
Style/ExpandPathArguments:

Also available in: Unified diff