Skip to content

Commit

Permalink
remove missing require statement lint (for real this time)
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanoltman committed Jun 13, 2024
1 parent 210b356 commit 001fbd7
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 @@ Style/EmptyMethod:
Lint/UselessAssignment:
Exclude:
- "**/spec/**/*"
Require/MissingRequireStatement:
Enabled: false
Layout/FirstHashElementIndentation:
Enabled: false
Layout/HashAlignment:
Expand Down

0 comments on commit 001fbd7

Please sign in to comment.