Skip to content

Commit

Permalink
chore: added exclusion to style guard errors (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
madhuravius committed Jan 23, 2023
1 parent ba3a467 commit 4c5272a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .rubocop.base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,10 @@ Style/FileRead:
Style/FileWrite:
Enabled: true

# TODO - remove this when this has been released on rubocop
Style/GuardClause:
Enabled: false

Style/HashConversion:
Enabled: true

Expand Down

0 comments on commit 4c5272a

Please sign in to comment.