debian-mirror-gitlab/rubocop/rubocop-ruby31.yml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
353 B
YAML
Raw Normal View History

2023-05-27 22:25:52 +05:30
# RuboCop configuration adjustments during the transition time from Ruby 3.0 to
# Ruby 3.1.
#
# After the transition has been completed:
# * Move all configuration which enabled or tweaked cops to .rubocop.yml.
# * Remove all remaining configuration.
# Short-hand Hash syntax does not work prior 3.1.
Style/HashSyntax:
EnforcedShorthandSyntax: never