diff options
| author | Zsolt Kozaroczy <[email protected]> | 2023-06-13 16:15:27 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-06-13 16:15:27 +0200 |
| commit | e74c75b95d39fb51512387031e79f50e52a5874a (patch) | |
| tree | 6b8ccc2cea0cbdc9c9255e986daf2c7dcbe0d4c5 /.rubocop_todo.yml | |
| parent | 63a58ba6e35f4807710ba5d8935400d7e502cb30 (diff) | |
| parent | dd391d24da8e29525fe2c86ea7c32c1f76cfa938 (diff) | |
| download | caxlsx-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.yml | 12 |
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: |
