Commit cd3297cd authored by Thong Kuah's avatar Thong Kuah

Merge branch 'frozen-string-enable-non-lib-gitlab' into 'master'

Enable frozen string for most of spec/lib

See merge request gitlab-org/gitlab!19529
parents 155c75ae 592a4550
...@@ -56,7 +56,7 @@ Style/FrozenStringLiteralComment: ...@@ -56,7 +56,7 @@ Style/FrozenStringLiteralComment:
- 'qa/**/*' - 'qa/**/*'
- 'rubocop/**/*' - 'rubocop/**/*'
- 'scripts/**/*' - 'scripts/**/*'
- 'spec/lib/**/*' - 'spec/lib/gitlab/**/*'
RSpec/FilePath: RSpec/FilePath:
Exclude: Exclude:
......
# frozen_string_literal: true
require 'spec_helper' require 'spec_helper'
describe Banzai::Filter::AssetProxyFilter do describe Banzai::Filter::AssetProxyFilter do
......
# frozen_string_literal: true
require 'spec_helper' require 'spec_helper'
describe OmniAuth::Strategies::SAML, type: :strategy do describe OmniAuth::Strategies::SAML, type: :strategy 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