diff options
| author | Geremia Taglialatela <[email protected]> | 2023-05-25 12:12:39 +0200 |
|---|---|---|
| committer | Geremia Taglialatela <[email protected]> | 2023-05-25 12:12:39 +0200 |
| commit | 514fc8c2f334f0e859c5512a3766775daed04847 (patch) | |
| tree | e43a7baf4177224942a3e39a7f611585d0e79603 /.rubocop_todo.yml | |
| parent | 63a6edf1e191cf91fb80717ebae67c78af0d7db5 (diff) | |
| download | caxlsx-514fc8c2f334f0e859c5512a3766775daed04847.tar.gz caxlsx-514fc8c2f334f0e859c5512a3766775daed04847.zip | |
Remove duplicate check
Axlsx::Row is now an Array, so it is possible to remove the extra
duplicate branch
Diffstat (limited to '.rubocop_todo.yml')
| -rw-r--r-- | .rubocop_todo.yml | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index bb6a38f9..9e24c6ea 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -60,11 +60,6 @@ Lint/DisjunctiveAssignmentInConstructor: Exclude: - 'lib/axlsx/drawing/num_data_source.rb' -# Configuration parameters: IgnoreLiteralBranches, IgnoreConstantBranches. -Lint/DuplicateBranch: - Exclude: - - 'lib/axlsx/workbook/worksheet/merged_cells.rb' - Lint/NonLocalExitFromIterator: Exclude: - 'lib/axlsx/util/validators.rb' @@ -97,12 +92,6 @@ Style/AccessorGrouping: Style/Alias: Enabled: false -# This cop supports unsafe autocorrection (--autocorrect-all). -# Configuration parameters: MinBranchesCount. -Style/CaseLikeIf: - Exclude: - - 'lib/axlsx/workbook/worksheet/merged_cells.rb' - Style/ClassVars: Exclude: - 'lib/axlsx.rb' |
