Commit 3e2f020c authored by gfyoung's avatar gfyoung

Turn on rubocop for frozen string in ee/

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/47424.
parent 0bd72880
......@@ -49,7 +49,9 @@ Style/FrozenStringLiteralComment:
- 'config/**/*'
- 'danger/**/*'
- 'db/**/*'
- 'ee/**/*'
- 'ee/db/**/*'
- 'ee/spec/**/*'
- 'ee/lib/tasks/**/*'
- 'lib/tasks/**/*'
- 'qa/**/*'
- 'rubocop/**/*'
......
---
title: Turn on rubocop for frozen string in ee/
merge_request:
author: gfyoung
type: other
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment