summaryrefslogtreecommitdiffhomepage
path: root/.rubocop_todo.yml
diff options
context:
space:
mode:
Diffstat (limited to '.rubocop_todo.yml')
-rw-r--r--.rubocop_todo.yml6
1 files changed, 0 insertions, 6 deletions
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml
index 00f831d9..62856182 100644
--- a/.rubocop_todo.yml
+++ b/.rubocop_todo.yml
@@ -134,11 +134,6 @@ Style/Documentation:
- 'lib/axlsx/workbook/worksheet/sheet_format_pr.rb'
# This cop supports safe autocorrection (--autocorrect).
-Style/ExpandPathArguments:
- Exclude:
- - 'axlsx.gemspec'
-
-# This cop supports safe autocorrection (--autocorrect).
# Configuration parameters: MaxUnannotatedPlaceholdersAllowed, AllowedMethods, AllowedPatterns.
# SupportedStyles: annotated, template, unannotated
Style/FormatStringToken:
@@ -220,7 +215,6 @@ Style/ParallelAssignment:
# Configuration parameters: PreferredDelimiters.
Style/PercentLiteralDelimiters:
Exclude:
- - 'axlsx.gemspec'
- 'lib/axlsx/drawing/d_lbls.rb'
- 'lib/axlsx/drawing/pic.rb'
- 'lib/axlsx/drawing/view_3D.rb'