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

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

10 lines
308 B
YAML
Raw Permalink Normal View History

2023-04-23 21:23:45 +05:30
# 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