diff options
| author | Zsolt Kozaroczy <[email protected]> | 2023-07-04 09:38:19 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-07-04 09:38:19 +0200 |
| commit | 692be9e99e0a76d5f6d0b0527466998ca558fe96 (patch) | |
| tree | 7f5ea962c8a6161d7ea1dd4197027d63f317eb8e /.rubocop_todo.yml | |
| parent | ec65a1586ab1a4ffaac15578fa19ff04b3caed25 (diff) | |
| parent | b2636ddaebd9fd1ecd09466b4606792da53947a5 (diff) | |
| download | caxlsx-692be9e99e0a76d5f6d0b0527466998ca558fe96.tar.gz caxlsx-692be9e99e0a76d5f6d0b0527466998ca558fe96.zip | |
Merge pull request #288 from tagliala/chore/fix-non-local-exit-from-iterator
Fix Lint/NonLocalExitFromIterator offense
Diffstat (limited to '.rubocop_todo.yml')
| -rw-r--r-- | .rubocop_todo.yml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 1384f3c5..29c93858 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -56,10 +56,6 @@ Lint/DisjunctiveAssignmentInConstructor: Exclude: - 'lib/axlsx/drawing/num_data_source.rb' -Lint/NonLocalExitFromIterator: - Exclude: - - 'lib/axlsx/util/validators.rb' - # This cop supports safe autocorrection (--autocorrect). # Configuration parameters: IgnoreEmptyBlocks, AllowUnusedKeywordArguments. Lint/UnusedBlockArgument: |
