Skip to content

Commit

Permalink
Fix rubocop target version
Browse files Browse the repository at this point in the history
  • Loading branch information
elct9620 committed Jul 4, 2024
1 parent 3995726 commit 1d76621
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
# alphabetically
inherit_from:
- https://raw.githubusercontent.com/hanami/devtools/main/.rubocop.yml

AllCops:
TargetRubyVersion: 3.0

Layout/LineLength:
Exclude:
- Gemfile

0 comments on commit 1d76621

Please sign in to comment.