Skip to content

Commit

Permalink
Update .rubocop.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kenyonj authored Jun 16, 2022
1 parent c3975fb commit bdac4b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Metrics/BlockLength:

Layout/LineLength:
Max: 100
IgnoredPatterns: ['\A\s*#']
AllowedPatterns: ['\A\s*#']

Naming/RescuedExceptionsVariableName:
PreferredName: "error"
Expand Down

0 comments on commit bdac4b7

Please sign in to comment.