Commit d54b3423 authored by Thong Kuah's avatar Thong Kuah

Merge branch 'frozen-string-enable-complete' into 'master'

Turn on frozen string cop for all of spec

Closes #27703

See merge request gitlab-org/gitlab!20754
parents 74817fbb 5bc20f91
......@@ -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