Fix Rubocop offenses in YAML processor classes

This commit is contained in:
Grzegorz Bizon 2017-09-15 12:12:27 +02:00
parent 10a486b366
commit a7a7e2d8f7
2 changed files with 1 additions and 2 deletions

View File

@ -21,7 +21,6 @@ module Gitlab
raise ValidationError, e.message
end
def builds
@jobs.map do |name, _|
build_attributes(name)

View File

@ -1694,7 +1694,7 @@ EOT
end
def pipeline(**attributes)
build_stubbed(:ci_empty_pipeline, **attributes)
build_stubbed(:ci_empty_pipeline, **attributes)
end
end
end