summaryrefslogtreecommitdiffhomepage
path: root/.rubocop_todo.yml
diff options
context:
space:
mode:
Diffstat (limited to '.rubocop_todo.yml')
-rw-r--r--.rubocop_todo.yml18
1 files changed, 0 insertions, 18 deletions
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml
index c56a7f5f..817fdd67 100644
--- a/.rubocop_todo.yml
+++ b/.rubocop_todo.yml
@@ -42,14 +42,6 @@ Layout/ClosingParenthesisIndentation:
Exclude:
- 'lib/axlsx/stylesheet/styles.rb'
-# Offense count: 5
-# This cop supports safe autocorrection (--autocorrect).
-Layout/ElseAlignment:
- Exclude:
- - 'lib/axlsx/workbook/worksheet/merged_cells.rb'
- - 'lib/axlsx/workbook/worksheet/worksheet.rb'
- - 'test/workbook/worksheet/tc_date_time_converter.rb'
-
# Offense count: 90
# This cop supports safe autocorrection (--autocorrect).
Layout/EmptyLineAfterGuardClause:
@@ -83,16 +75,6 @@ Layout/EmptyLinesAroundMethodBody:
Layout/EmptyLinesAroundModuleBody:
Enabled: false
-# Offense count: 4
-# This cop supports safe autocorrection (--autocorrect).
-# Configuration parameters: EnforcedStyleAlignWith, Severity.
-# SupportedStylesAlignWith: keyword, variable, start_of_line
-Layout/EndAlignment:
- Exclude:
- - 'lib/axlsx/workbook/worksheet/merged_cells.rb'
- - 'lib/axlsx/workbook/worksheet/worksheet.rb'
- - 'test/workbook/worksheet/tc_date_time_converter.rb'
-
# Offense count: 58
# This cop supports safe autocorrection (--autocorrect).
# Configuration parameters: AllowForAlignment, AllowBeforeTrailingComments, ForceEqualSignAlignment.