diff options
| author | Zsolt Kozaroczy <[email protected]> | 2023-05-31 10:55:02 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-05-31 10:55:02 +0200 |
| commit | bdb23807bf0f516d2cf65636f54b8bb912476d01 (patch) | |
| tree | af1310691b2c8646e8f1de632c9aa13e3692979a /.rubocop_todo.yml | |
| parent | 3aa92cd2be4b535d1b21d2ba02f0e7660ccc6a05 (diff) | |
| parent | d9b42a4da1d35e5741da67dfca7dfc9a73518787 (diff) | |
| download | caxlsx-bdb23807bf0f516d2cf65636f54b8bb912476d01.tar.gz caxlsx-bdb23807bf0f516d2cf65636f54b8bb912476d01.zip | |
Merge pull request #265 from tagliala/chore/fix-conditional-assignment-offenses
Fix Style/ConditionalAssignment 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 ae3b1d2a..2bd5eb66 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -165,16 +165,6 @@ Style/ConcatArrayLiterals: Exclude: - 'lib/axlsx/workbook/worksheet/icon_set.rb' -# This cop supports safe autocorrection (--autocorrect). -# Configuration parameters: EnforcedStyle, SingleLineConditionsOnly, IncludeTernaryExpressions. -# SupportedStyles: assign_to_condition, assign_inside_condition -Style/ConditionalAssignment: - Exclude: - - 'lib/axlsx/drawing/title.rb' - - 'lib/axlsx/stylesheet/styles.rb' - - 'lib/axlsx/workbook/workbook.rb' - - 'lib/axlsx/workbook/worksheet/data_bar.rb' - # Configuration parameters: AllowedConstants. Style/Documentation: Exclude: |
