Skip to content

Commit

Permalink
rubocop: disable Style/GuardClause
Browse files Browse the repository at this point in the history
The suggestions it is making make the code less readable.
  • Loading branch information
peff committed Oct 5, 2022
1 parent b25202e commit 411a774
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ Style/RegexpLiteral:
Enabled: false
Style/PerlBackrefs:
Enabled: false
Style/GuardClause:
Enabled: false
Layout/LineLength:
Enabled: false

Expand Down

0 comments on commit 411a774

Please sign in to comment.