Skip to content

Commit

Permalink
🚓 regenerate rubocop todo
Browse files Browse the repository at this point in the history
  • Loading branch information
Rubocop Challenger committed Jan 4, 2024
1 parent 3c549b0 commit 5c38fdf
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .rubocop_todo.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This configuration was generated by
# `rubocop --auto-gen-config --exclude-limit 180`
# on 2024-01-04 23:33:21 UTC using RuboCop version 1.59.0.
# on 2024-01-04 23:33:26 UTC using RuboCop version 1.59.0.
# The point is for the user to remove these configuration records
# one by one as the offenses are removed from the code base.
# Note that changes in the inspected code, or installation of new
Expand Down Expand Up @@ -260,13 +260,6 @@ Lint/SymbolConversion:
Exclude:
- 'lib/excel_templating/excel_abstraction/sheet.rb'

# Offense count: 1
# This cop supports safe autocorrection (--autocorrect).
# Configuration parameters: AllowUnusedKeywordArguments, IgnoreEmptyMethods, IgnoreNotImplementedMethods.
Lint/UnusedMethodArgument:
Exclude:
- 'lib/excel_templating/excel_abstraction/cell_range.rb'

# Offense count: 1
# This cop supports unsafe autocorrection (--autocorrect-all).
Lint/UselessAssignment:
Expand Down Expand Up @@ -404,7 +397,6 @@ Style/ExpandPathArguments:
Exclude:
- 'excel_templating.gemspec'


# Offense count: 41
# This cop supports unsafe autocorrection (--autocorrect-all).
# Configuration parameters: EnforcedStyle.
Expand Down

0 comments on commit 5c38fdf

Please sign in to comment.