Fix rubocop

See https://github.com/rubocop/rubocop/issues/12898 for the issue.
This commit is contained in:
Rafael Mendonça França 2024-05-13 18:03:54 +00:00
parent bf59d363fb
commit 3e08223ece
No known key found for this signature in database
GPG Key ID: FC23B6D0F1EEE948

@ -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