Skip to content

Commit

Permalink
Remove unused file from rubocop config
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeheft committed Jul 2, 2024
1 parent fb77d69 commit 6ffce66
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,12 @@ Layout/IndentationWidth:
Width: 2
Lint/UnusedMethodArgument:
AutoCorrect: false
Metrics/AbcSize:
Exclude:
- "lib/mixins/**/*"
Metrics/CyclomaticComplexity:
Exclude:
- "lib/rubocop/cop/custom/*.rb"
Metrics/MethodLength:
Exclude:
- "lib/rubocop/cop/custom/*.rb"
- "lib/mixins/**/*"
Metrics/PerceivedComplexity:
Exclude:
- "lib/rubocop/cop/custom/*.rb"
Expand Down

0 comments on commit 6ffce66

Please sign in to comment.