diff options
Diffstat (limited to '.rubocop_todo.yml')
| -rw-r--r-- | .rubocop_todo.yml | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 67093bb7..7dc60f46 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -41,25 +41,6 @@ Layout/ArgumentAlignment: Layout/EmptyLineAfterGuardClause: Enabled: false -# Offense count: 285 -# This cop supports safe autocorrection (--autocorrect). -# Configuration parameters: EnforcedStyle. -# SupportedStyles: empty_lines, empty_lines_except_namespace, empty_lines_special, no_empty_lines, beginning_only, ending_only -Layout/EmptyLinesAroundClassBody: - Enabled: false - -# Offense count: 31 -# This cop supports safe autocorrection (--autocorrect). -Layout/EmptyLinesAroundMethodBody: - Enabled: false - -# Offense count: 96 -# This cop supports safe autocorrection (--autocorrect). -# Configuration parameters: EnforcedStyle. -# SupportedStyles: empty_lines, empty_lines_except_namespace, empty_lines_special, no_empty_lines -Layout/EmptyLinesAroundModuleBody: - Enabled: false - # Offense count: 58 # This cop supports safe autocorrection (--autocorrect). # Configuration parameters: AllowForAlignment, AllowBeforeTrailingComments, ForceEqualSignAlignment. |
