diff options
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: |
