Skip to content

Commit

Permalink
Remove uncommited rubocop todo
Browse files Browse the repository at this point in the history
  • Loading branch information
ericproulx committed Apr 1, 2024
1 parent 8cdf1aa commit 18b784d
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .rubocop_todo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -259,14 +259,6 @@ Style/CombinableLoops:
Exclude:
- 'spec/grape/endpoint_spec.rb'

# Offense count: 1
# This cop supports safe autocorrection (--autocorrect).
# Configuration parameters: EnforcedStyle, SingleLineConditionsOnly, IncludeTernaryExpressions.
# SupportedStyles: assign_to_condition, assign_inside_condition
Style/ConditionalAssignment:
Exclude:
- 'lib/grape/headers.rb'

# Offense count: 2
# This cop supports safe autocorrection (--autocorrect).
# Configuration parameters: MaxUnannotatedPlaceholdersAllowed, AllowedMethods, AllowedPatterns.
Expand Down

0 comments on commit 18b784d

Please sign in to comment.