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: 109c7ca2dfeff32432fc4c99d08778ca21d18f7d (plain)
1
2
3
4
5
6
7
8
9
10
# 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