Skip to content

Commit

Permalink
disable rubocop openstruct rule
Browse files Browse the repository at this point in the history
  • Loading branch information
lizkenyon committed Nov 30, 2023
1 parent 61fd4d9 commit f68ebc8
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 @@ -57,6 +57,8 @@ Layout/EmptyLineAfterGuardClause:
Enabled: true
Style/GlobalStdStream:
Enabled: true
Style/OpenStructUse:
Enabled: false
Layout/LineLength:
Exclude:
- "test/clients/*"

0 comments on commit f68ebc8

Please sign in to comment.