diff options
| author | Zsolt Kozaroczy <[email protected]> | 2023-05-31 09:11:42 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-05-31 09:11:42 +0200 |
| commit | e1fafb27991eb1bc9050609ab1c0cd24702b8285 (patch) | |
| tree | 602561956dc301b48d5dbb31ac86f4da3835daad /.rubocop_todo.yml | |
| parent | 810c0569a30e6bc053189ea56b4e4d70fd035ac2 (diff) | |
| parent | 93c434ef56187225567719689ce860f922a825a6 (diff) | |
| download | caxlsx-e1fafb27991eb1bc9050609ab1c0cd24702b8285.tar.gz caxlsx-e1fafb27991eb1bc9050609ab1c0cd24702b8285.zip | |
Merge pull request #262 from tagliala/chore/fix-if-inside-else-offense
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 e15978df..f6284caf 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -242,12 +242,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 |
