Fix Rubocop offenses in YAML processor classes
This commit is contained in:
parent
10a486b366
commit
a7a7e2d8f7
|
|
@ -21,7 +21,6 @@ module Gitlab
|
|||
raise ValidationError, e.message
|
||||
end
|
||||
|
||||
|
||||
def builds
|
||||
@jobs.map do |name, _|
|
||||
build_attributes(name)
|
||||
|
|
|
|||
|
|
@ -1694,7 +1694,7 @@ EOT
|
|||
end
|
||||
|
||||
def pipeline(**attributes)
|
||||
build_stubbed(:ci_empty_pipeline, **attributes)
|
||||
build_stubbed(:ci_empty_pipeline, **attributes)
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in New Issue