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: 29957defeb0b5e4e8bc674779cd3a08e313e5c12 (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 enabled in Ruby 3.0 (rubocop-30.yml).
Style/MutableConstant:
  Enabled: false
Style/RedundantFreeze:
  Enabled: false