diff options
| author | Geremia Taglialatela <[email protected]> | 2023-05-20 18:09:30 +0200 |
|---|---|---|
| committer | Geremia Taglialatela <[email protected]> | 2023-05-20 18:09:30 +0200 |
| commit | 45dae7aad208d850fa522348861cf56ddafa3c97 (patch) | |
| tree | f5f0c92351d00a775e0574ea82ba2763ffb0bd80 /.rubocop_todo.yml | |
| parent | 6a4b82def2e94b4811c38c37e606d426710d1e6c (diff) | |
| download | caxlsx-45dae7aad208d850fa522348861cf56ddafa3c97.tar.gz caxlsx-45dae7aad208d850fa522348861cf56ddafa3c97.zip | |
Fix Style/ZeroLengthPredicate unsafe offenses
Diffstat (limited to '.rubocop_todo.yml')
| -rw-r--r-- | .rubocop_todo.yml | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 19c4b3f5..dc9d5d60 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -336,11 +336,8 @@ Style/NonNilCheck: Style/NumericPredicate: Exclude: - 'spec/**/*' - - 'lib/axlsx/package.rb' - 'lib/axlsx/stylesheet/font.rb' - 'lib/axlsx/util/validators.rb' - - 'lib/axlsx/workbook/workbook.rb' - - 'lib/axlsx/workbook/worksheet/sheet_pr.rb' - 'lib/axlsx/workbook/worksheet/worksheet.rb' # This cop supports safe autocorrection (--autocorrect). @@ -608,13 +605,6 @@ Style/YodaCondition: Exclude: - 'lib/axlsx/workbook/worksheet/col.rb' -# This cop supports unsafe autocorrection (--autocorrect-all). -Style/ZeroLengthPredicate: - Exclude: - - 'lib/axlsx/package.rb' - - 'lib/axlsx/workbook/workbook.rb' - - 'lib/axlsx/workbook/worksheet/sheet_pr.rb' - # This cop supports safe autocorrection (--autocorrect). # Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, AllowedPatterns. # URISchemes: http, https |
