diff options
| author | Zsolt Kozaroczy <[email protected]> | 2023-05-22 10:34:18 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-05-22 10:34:18 +0200 |
| commit | 32e9f95f0d9612db0c906cf675c7df2d637a5aab (patch) | |
| tree | 85deb2e4257356af1186bc6736f873491a607cc5 /.rubocop_todo.yml | |
| parent | 0f812ee216076a4c713f6cadb0751bac45f6b9da (diff) | |
| parent | 45dae7aad208d850fa522348861cf56ddafa3c97 (diff) | |
| download | caxlsx-32e9f95f0d9612db0c906cf675c7df2d637a5aab.tar.gz caxlsx-32e9f95f0d9612db0c906cf675c7df2d637a5aab.zip | |
Merge pull request #243 from tagliala/chore/fix-zero-length-predicate-offenses
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 df3b4467..1de00edb 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -308,11 +308,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). @@ -546,13 +543,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 |
