Welcome to mirror list, hosted at ThFree Co, Russian Federation.

rubocop-ruby31.yml « rubocop - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 712c5a8f447362b4925fa251b737656ea3fac201 (plain)
1
2
3
4
5
6
7
8
9
10
11
# RuboCop configuration adjustments during the transition time from Ruby 3.0 to
# Ruby 3.1.
#
# After the transition has been completed:
# * Enable all disabled cops and resolve the offenses.
# * 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