Skip to content

Commit c9c3b98

Browse files
committed
review: extend deprecation
1 parent 22c1925 commit c9c3b98

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

pkg/config/output.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const (
1717
OutFormatCodeClimate = "code-climate"
1818
OutFormatHTML = "html"
1919
OutFormatJunitXML = "junit-xml"
20-
OutFormatGithubActions = "github-actions"
20+
OutFormatGithubActions = "github-actions" // Deprecated
2121
OutFormatTeamCity = "teamcity"
2222
)
2323

pkg/printers/githubaction.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ type GitHubAction struct {
1515
}
1616

1717
// NewGitHubAction output format outputs issues according to GitHub actions.
18+
// Deprecated
1819
func NewGitHubAction(w io.Writer) *GitHubAction {
1920
return &GitHubAction{w: w}
2021
}

0 commit comments

Comments
 (0)