summaryrefslogtreecommitdiffhomepage
path: root/.rubocop_todo.yml
diff options
context:
space:
mode:
authorZsolt Kozaroczy <[email protected]>2023-05-24 09:27:14 +0200
committerGitHub <[email protected]>2023-05-24 09:27:14 +0200
commit0fa9d7523bff020b92c2a548b493ad3fb05ebed9 (patch)
treebac1854dc09c98563b2356a290deb033e4ddd0c2 /.rubocop_todo.yml
parentc1f922b3de788c1bb4e9b0dcf18f930897027446 (diff)
parent1b62a41707001631d75db805facb2476283c4e1e (diff)
downloadcaxlsx-0fa9d7523bff020b92c2a548b493ad3fb05ebed9.tar.gz
caxlsx-0fa9d7523bff020b92c2a548b493ad3fb05ebed9.zip
Merge pull request #253 from tagliala/chore/fix-line-end-concatenation-offenses
Fix Style/LineEndConcatenation offenses
Diffstat (limited to '.rubocop_todo.yml')
-rw-r--r--.rubocop_todo.yml5
1 files changed, 0 insertions, 5 deletions
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml
index 0bf54fef..a7427d9b 100644
--- a/.rubocop_todo.yml
+++ b/.rubocop_todo.yml
@@ -216,11 +216,6 @@ Style/Lambda:
- 'lib/axlsx/stylesheet/styles.rb'
- 'lib/axlsx/util/validators.rb'
-# This cop supports unsafe autocorrection (--autocorrect-all).
-Style/LineEndConcatenation:
- Exclude:
- - 'lib/axlsx/package.rb'
-
# This cop supports safe autocorrection (--autocorrect).
# Configuration parameters: AllowMethodComparison.
Style/MultipleComparison: