Commit 8a6a312d authored by Matija Čupić's avatar Matija Čupić

Make Rubocop and Danger happy

parent 73e17446
...@@ -781,7 +781,7 @@ module Ci ...@@ -781,7 +781,7 @@ module Ci
end end
end end
def predefined_variables def predefined_variables # rubocop:disable Metrics/AbcSize
Gitlab::Ci::Variables::Collection.new.tap do |variables| Gitlab::Ci::Variables::Collection.new.tap do |variables|
variables.append(key: 'CI', value: 'true') variables.append(key: 'CI', value: 'true')
variables.append(key: 'GITLAB_CI', value: 'true') variables.append(key: 'GITLAB_CI', value: 'true')
......
# frozen_string_literal: true
module Gitlab module Gitlab
module Ci module Ci
class Config class Config
......
# frozen_string_literal: true
require 'fast_spec_helper' require 'fast_spec_helper'
describe Gitlab::Ci::Config::Normalizer do describe Gitlab::Ci::Config::Normalizer 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