Skip to content

Commit

Permalink
linter
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentsimon committed Feb 2, 2022
1 parent 4b78a9c commit ce8bf30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions checker/raw_result.go
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ type DefaultBranchCommit struct {
}

// MergeRequest represents a merge request.
//nolint:govet
type MergeRequest struct {
Number int
Labels []string
Expand Down
1 change: 1 addition & 0 deletions pkg/json_raw_results.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ type jsonUser struct {
Login string `json:"login"`
}

//nolint:govet
type jsonMergeRequest struct {
Number int `json:"number"`
Labels []string `json:"labels"`
Expand Down

0 comments on commit ce8bf30

Please sign in to comment.