summaryrefslogtreecommitdiffhomepage
path: root/.rubocop_todo.yml
diff options
context:
space:
mode:
authorGeremia Taglialatela <[email protected]>2023-05-04 17:34:00 +0200
committerGeremia Taglialatela <[email protected]>2023-05-04 17:34:00 +0200
commitf70c0d4c92f16eece847004ee3488dc15d23db98 (patch)
tree1ca1fdf62df564af81cb2e36009ce3a8b41c02aa /.rubocop_todo.yml
parent086e78d0d1f0896b6ca5f48b4873e861212f94aa (diff)
downloadcaxlsx-f70c0d4c92f16eece847004ee3488dc15d23db98.tar.gz
caxlsx-f70c0d4c92f16eece847004ee3488dc15d23db98.zip
Fix Layout/HeredocIndentation offenses
Also use `XML` as delimiter to highlight syntax in supported editors
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 0ec0a44a..fbe7cb50 100644
--- a/.rubocop_todo.yml
+++ b/.rubocop_todo.yml
@@ -23,12 +23,6 @@ Layout/HashAlignment:
- 'test/tc_axlsx.rb'
# This cop supports safe autocorrection (--autocorrect).
-Layout/HeredocIndentation:
- Exclude:
- - 'lib/axlsx/drawing/vml_drawing.rb'
- - 'lib/axlsx/drawing/vml_shape.rb'
-
-# This cop supports safe autocorrection (--autocorrect).
Lint/AmbiguousOperatorPrecedence:
Exclude:
- 'lib/axlsx/drawing/area_series.rb'