diff options
| author | Zsolt Kozaroczy <[email protected]> | 2023-06-05 11:22:54 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-06-05 11:22:54 +0200 |
| commit | 8e496968872c18dbeb7df43435a43758d069ef2a (patch) | |
| tree | 0129c25512855d16be4e09a0f16a40a09765f8dc /.rubocop_todo.yml | |
| parent | d9857fee81eb57935848039c6548d81f3339d728 (diff) | |
| parent | 4195130bb4633bc667aeedd297dc56d7632a5810 (diff) | |
| download | caxlsx-8e496968872c18dbeb7df43435a43758d069ef2a.tar.gz caxlsx-8e496968872c18dbeb7df43435a43758d069ef2a.zip | |
Merge pull request #274 from tagliala/chore/fix-negated-if-offenses
Fix negated if offenses
Diffstat (limited to '.rubocop_todo.yml')
| -rw-r--r-- | .rubocop_todo.yml | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index f76f66af..2359f950 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -244,20 +244,6 @@ Style/MultipleComparison: - 'test/workbook/tc_workbook_view.rb' # This cop supports safe autocorrection (--autocorrect). -# Configuration parameters: EnforcedStyle. -# SupportedStyles: both, prefix, postfix -Style/NegatedIf: - Exclude: - - 'lib/axlsx/drawing/num_val.rb' - - 'lib/axlsx/drawing/str_val.rb' - - 'lib/axlsx/package.rb' - - 'lib/axlsx/stylesheet/styles.rb' - - 'lib/axlsx/util/zip_command.rb' - - 'lib/axlsx/workbook/workbook.rb' - - 'lib/axlsx/workbook/worksheet/border_creator.rb' - - 'lib/axlsx/workbook/worksheet/worksheet.rb' - -# This cop supports safe autocorrection (--autocorrect). # Configuration parameters: EnforcedStyle, MinBodyLength. # SupportedStyles: skip_modifier_ifs, always Style/Next: |
