Commit 5bc20f91 authored by gfyoung's avatar gfyoung Committed by Thong Kuah

Turn on frozen string cop for all of spec

Closes:

https://gitlab.com/gitlab-org/gitlab/issues/27703
parent 74817fbb
......@@ -56,7 +56,6 @@ Style/FrozenStringLiteralComment:
- 'qa/**/*'
- 'rubocop/**/*'
- 'scripts/**/*'
- 'spec/lib/gitlab/**/*'
RSpec/FilePath:
Exclude:
......
# frozen_string_literal: true
require 'spec_helper'
describe Gitlab::Ci::Build::Context::Build do
......
# frozen_string_literal: true
require 'spec_helper'
describe Gitlab::Ci::Build::Context::Global do
......
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