diff --git a/validate.go b/validate.go index 2ca722787..d922d7c5c 100644 --- a/validate.go +++ b/validate.go @@ -33,9 +33,10 @@ type ValidateService struct { // // GitLab API docs: https://docs.gitlab.com/ce/api/lint.html type LintResult struct { - Status string `json:"status"` - Errors []string `json:"errors"` - Warnings []string `json:"warnings"` + Status string `json:"status"` + Errors []string `json:"errors"` + Warnings []string `json:"warnings"` + MergedYaml string `json:"merged_yaml"` } // ProjectLintResult represents the linting results by project.