Skip to content

Commit

Permalink
Update .rubocop.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
flash-gordon committed Jan 1, 2025
1 parent 9e6b7ab commit 31d89dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,14 +61,14 @@ Style/AccessModifierDeclarations:
Style/BlockDelimiters:
Enabled: false

Layout/IndentFirstArrayElement:
Layout/FirstArrayElementIndentation:
EnforcedStyle: consistent

Style/ClassAndModuleChildren:
Exclude:
- "spec/**/*_spec.rb"

Lint/HandleExceptions:
Lint/SuppressedException:
Exclude:
- "spec/spec_helper.rb"

Expand Down

0 comments on commit 31d89dd

Please sign in to comment.