Skip to content

Commit

Permalink
Merge pull request #1454 from activerecord-hackery/rubocop
Browse files Browse the repository at this point in the history
Rubocop tweaks
  • Loading branch information
deivid-rodriguez committed Oct 20, 2023
2 parents 11aac8c + 6fef248 commit edbe544
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
AllCops:
TargetRubyVersion: 2.6
TargetRubyVersion: 3.0

DisabledByDefault: true

Exclude:
- "docs/**/*"

Layout/EmptyLineAfterMagicComment:
Enabled: true

Expand Down

0 comments on commit edbe544

Please sign in to comment.