diff options
| author | Geremia Taglialatela <[email protected]> | 2023-05-24 17:01:23 +0200 |
|---|---|---|
| committer | Geremia Taglialatela <[email protected]> | 2023-05-24 17:01:23 +0200 |
| commit | 93c434ef56187225567719689ce860f922a825a6 (patch) | |
| tree | fcc711344ba40340d80354e1c4fa55f5e0a481c2 /.rubocop_todo.yml | |
| parent | 14b7da239879d5299775c48666b43f3016add8ec (diff) | |
| download | caxlsx-93c434ef56187225567719689ce860f922a825a6.tar.gz caxlsx-93c434ef56187225567719689ce860f922a825a6.zip | |
Fix Style/IfInsideElse offense
Diffstat (limited to '.rubocop_todo.yml')
| -rw-r--r-- | .rubocop_todo.yml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index a0260f2e..66d56f6d 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -190,12 +190,6 @@ Style/HashEachMethods: - 'lib/axlsx/workbook/worksheet/rich_text_run.rb' # This cop supports safe autocorrection (--autocorrect). -# Configuration parameters: AllowIfModifier. -Style/IfInsideElse: - Exclude: - - 'lib/axlsx/stylesheet/styles.rb' - -# This cop supports safe autocorrection (--autocorrect). Style/IfUnlessModifier: Enabled: false |
