Merge branch 'qa-fix-static-analysis-jobs' into 'master'

Fix rubocop offense and enable jobs for qa

See merge request gitlab-org/gitlab-ce!18613
This commit is contained in:
Grzegorz Bizon 2018-04-27 09:35:11 +00:00
commit b51f6e2c21
4 changed files with 6 additions and 2 deletions

View File

@ -110,7 +110,7 @@ stages:
# Jobs that only need to pull cache
.dedicated-no-docs-pull-cache-job: &dedicated-no-docs-pull-cache-job
<<: *dedicated-runner
<<: *except-docs-and-qa
<<: *except-docs
<<: *pull-cache
dependencies:
- setup-test-env

View File

@ -3,7 +3,9 @@ module QA
module Repository
class Push < Factory::Base
attr_accessor :file_name, :file_content, :commit_message,
:branch_name, :new_branch, :remote_branch
:branch_name, :new_branch
attr_writer :remote_branch
dependency Factory::Resource::Project, as: :project do |project|
project.name = 'project-with-code'

View File

@ -1,3 +1,4 @@
# rubocop:disable Naming/FileName
module QA
module Runtime
module Key

View File

@ -1,3 +1,4 @@
# rubocop:disable Naming/FileName
module QA
module Runtime
module Key