summaryrefslogtreecommitdiffhomepage
path: root/.rubocop_todo.yml
diff options
context:
space:
mode:
authorZsolt Kozaroczy <[email protected]>2023-06-13 16:15:27 +0200
committerGitHub <[email protected]>2023-06-13 16:15:27 +0200
commite74c75b95d39fb51512387031e79f50e52a5874a (patch)
tree6b8ccc2cea0cbdc9c9255e986daf2c7dcbe0d4c5 /.rubocop_todo.yml
parent63a58ba6e35f4807710ba5d8935400d7e502cb30 (diff)
parentdd391d24da8e29525fe2c86ea7c32c1f76cfa938 (diff)
downloadcaxlsx-e74c75b95d39fb51512387031e79f50e52a5874a.tar.gz
caxlsx-e74c75b95d39fb51512387031e79f50e52a5874a.zip
Merge pull request #283 from tagliala/chore/lambda-style
Fix safe Style/Lambda offenses
Diffstat (limited to '.rubocop_todo.yml')
-rw-r--r--.rubocop_todo.yml12
1 files changed, 0 insertions, 12 deletions
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml
index f3a8e5ae..a855f812 100644
--- a/.rubocop_todo.yml
+++ b/.rubocop_todo.yml
@@ -208,18 +208,6 @@ Style/IfUnlessModifier:
Enabled: false
# This cop supports safe autocorrection (--autocorrect).
-# Configuration parameters: EnforcedStyle.
-# SupportedStyles: line_count_dependent, lambda, literal
-Style/Lambda:
- Exclude:
- - 'lib/axlsx/drawing/chart.rb'
- - 'lib/axlsx/drawing/scaling.rb'
- - 'lib/axlsx/stylesheet/gradient_fill.rb'
- - 'lib/axlsx/stylesheet/gradient_stop.rb'
- - 'lib/axlsx/stylesheet/styles.rb'
- - 'lib/axlsx/util/validators.rb'
-
-# This cop supports safe autocorrection (--autocorrect).
# Configuration parameters: AllowMethodComparison.
Style/MultipleComparison:
Exclude: