Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

Commit

Permalink
Update RuboCop cop names
Browse files Browse the repository at this point in the history
  • Loading branch information
jgarber623 committed Jan 20, 2020
1 parent f483758 commit 61fda37
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@ require:
- rubocop-performance
- rubocop-rspec

Layout/AlignHash:
Layout/HashAlignment:
Exclude:
- svgeez.gemspec

Layout/LineLength:
Enabled: false

Metrics/BlockLength:
Exclude:
- spec/**/*
- svgeez.gemspec

Metrics/LineLength:
Enabled: false

Naming/RescuedExceptionsVariableName:
PreferredName: exception

Expand Down

0 comments on commit 61fda37

Please sign in to comment.