Commit 592a4550 authored by gfyoung's avatar gfyoung Committed by Thong Kuah

Enable frozen string for most of spec/lib

spec/lib/gitlab/**/* will be covered in
subsequent MR's, but at least we can
lint the rest of the directory.

Partially addresses:

https://gitlab.com/gitlab-org/gitlab/issues/27703
parent 155c75ae
......@@ -56,7 +56,7 @@ Style/FrozenStringLiteralComment:
- 'qa/**/*'
- 'rubocop/**/*'
- 'scripts/**/*'
- 'spec/lib/**/*'
- 'spec/lib/gitlab/**/*'
RSpec/FilePath:
Exclude:
......
# frozen_string_literal: true
require 'spec_helper'
describe Banzai::Filter::AssetProxyFilter do
......
# frozen_string_literal: true
require 'spec_helper'
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