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

rubocop-ruby27.yml « rubocop - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5c1b71f81e240d7636b70ae45d1722098677d206 (plain)
1
2
3
4
5
6
7
8
9
# RuboCop configuration adjustments during the transition time from Ruby 2.7 to
# Ruby 3.0. This configuration should be removed after the transition has been
# completed.

# These cops are disabled in Ruby 3.0 (rubocop-30.yml).
Style/MutableConstant:
  Enabled: false
Style/RedundantFreeze:
  Enabled: false