Style/MutableConstant and frozen_string_literal · Issue #6244 · rubocop/rubocop

Expected behavior In a source file with the magic comment # frozen_string_literal: true, all literal strings are frozen. So Style/MutableConstant should not need to recommend I “Freeze mutable obje...