Skip to content

Commit

Permalink
Fix rubocop
Browse files Browse the repository at this point in the history
See rubocop/rubocop#12898 for the issue.
  • Loading branch information
rafaelfranca committed May 13, 2024
1 parent bf59d36 commit 3e08223
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ require:

AllCops:
TargetRubyVersion: 3.1
TargetRailsVersion: 8.0
# RuboCop has a bunch of cops enabled by default. This setting tells RuboCop
# to ignore them, so only the ones explicitly set in this file are enabled.
DisabledByDefault: true
Expand Down

0 comments on commit 3e08223

Please sign in to comment.