summaryrefslogtreecommitdiffhomepage
path: root/.rubocop_todo.yml
diff options
context:
space:
mode:
authorZsolt Kozaroczy <[email protected]>2023-05-22 10:31:32 +0200
committerGitHub <[email protected]>2023-05-22 10:31:32 +0200
commit56ff466673b8aff9a6508e29ebfaf4ee21f5fae9 (patch)
tree64972fef659d8c920bda69cde31934af9dff379e /.rubocop_todo.yml
parentd5f4e76861ed4c9d85d9813d545467790ef5e1a8 (diff)
parent7b220f91322ca7bdee393ddbc3327c50a45fbbcd (diff)
downloadcaxlsx-56ff466673b8aff9a6508e29ebfaf4ee21f5fae9.tar.gz
caxlsx-56ff466673b8aff9a6508e29ebfaf4ee21f5fae9.zip
Merge pull request #241 from tagliala/chore/fix-style-and-or-offense
Fix Style/AndOr offenses
Diffstat (limited to '.rubocop_todo.yml')
-rw-r--r--.rubocop_todo.yml7
1 files changed, 0 insertions, 7 deletions
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml
index 03c83b27..dfc9cf5f 100644
--- a/.rubocop_todo.yml
+++ b/.rubocop_todo.yml
@@ -107,13 +107,6 @@ Style/Alias:
Enabled: false
# This cop supports unsafe autocorrection (--autocorrect-all).
-# Configuration parameters: EnforcedStyle.
-# SupportedStyles: always, conditionals
-Style/AndOr:
- Exclude:
- - 'lib/axlsx/workbook/worksheet/data_validation.rb'
-
-# This cop supports unsafe autocorrection (--autocorrect-all).
# Configuration parameters: MinBranchesCount.
Style/CaseLikeIf:
Exclude: