summaryrefslogtreecommitdiffhomepage
path: root/.rubocop_todo.yml
diff options
context:
space:
mode:
authorZsolt Kozaroczy <[email protected]>2023-10-19 10:18:46 +0200
committerGitHub <[email protected]>2023-10-19 10:18:46 +0200
commitd6a3d5a65d070bf6083be1c01aa099b58d6e3464 (patch)
treebc0d861d8e54b9d7c61eeebeaff44763f6983ea5 /.rubocop_todo.yml
parente15ceb41bbcbdbeed33e304101cc66114ef1cf7d (diff)
parent9e5bc61c60f8775150163d6d2da73d60083f0dbd (diff)
downloadcaxlsx-d6a3d5a65d070bf6083be1c01aa099b58d6e3464.tar.gz
caxlsx-d6a3d5a65d070bf6083be1c01aa099b58d6e3464.zip
Merge pull request #273 from tagliala/chore/fix-unused-block-argument
Fix Lint/UnusedBlockArgument offenses
Diffstat (limited to '.rubocop_todo.yml')
-rw-r--r--.rubocop_todo.yml8
1 files changed, 0 insertions, 8 deletions
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml
index 16d5bcb6..6e233ce4 100644
--- a/.rubocop_todo.yml
+++ b/.rubocop_todo.yml
@@ -49,14 +49,6 @@ Lint/DisjunctiveAssignmentInConstructor:
- 'lib/axlsx/drawing/num_data_source.rb'
# This cop supports safe autocorrection (--autocorrect).
-# Configuration parameters: IgnoreEmptyBlocks, AllowUnusedKeywordArguments.
-Lint/UnusedBlockArgument:
- Exclude:
- - 'lib/axlsx/drawing/axes.rb'
- - 'lib/axlsx/workbook/worksheet/pivot_table.rb'
- - 'lib/axlsx/workbook/worksheet/sheet_view.rb'
-
-# This cop supports safe autocorrection (--autocorrect).
# Configuration parameters: AllowUnusedKeywordArguments, IgnoreEmptyMethods, IgnoreNotImplementedMethods.
Lint/UnusedMethodArgument:
Exclude: