Skip to content

Commit 6767d7c

Browse files
authored
fix: remove GitHub Action problem matchers (#4700)
1 parent ee97dbf commit 6767d7c

7 files changed

+169
-357
lines changed

.golangci.next.reference.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,17 @@ run:
6060
# output configuration options
6161
output:
6262
# The formats used to render issues.
63-
# Format: `colored-line-number`, `line-number`, `json`, `colored-tab`, `tab`, `checkstyle`, `code-climate`, `junit-xml`, `github-actions`, `teamcity`
63+
# Formats:
64+
# - `colored-line-number`
65+
# - `line-number`
66+
# - `json`
67+
# - `colored-tab`
68+
# - `tab`
69+
# - `checkstyle`
70+
# - `code-climate`
71+
# - `junit-xml`
72+
# - `github-actions`
73+
# - `teamcity`
6474
# Output path can be either `stdout`, `stderr` or path to the file to write to.
6575
#
6676
# For the CLI flag (`--out-format`), multiple formats can be specified by separating them by comma.

.golangci.reference.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,17 @@ run:
6060
# output configuration options
6161
output:
6262
# The formats used to render issues.
63-
# Format: `colored-line-number`, `line-number`, `json`, `colored-tab`, `tab`, `checkstyle`, `code-climate`, `junit-xml`, `github-actions`, `teamcity`
63+
# Formats:
64+
# - `colored-line-number`
65+
# - `line-number`
66+
# - `json`
67+
# - `colored-tab`
68+
# - `tab`
69+
# - `checkstyle`
70+
# - `code-climate`
71+
# - `junit-xml`
72+
# - `github-actions`
73+
# - `teamcity`
6474
# Output path can be either `stdout`, `stderr` or path to the file to write to.
6575
#
6676
# For the CLI flag (`--out-format`), multiple formats can be specified by separating them by comma.

pkg/printers/github.go

Lines changed: 0 additions & 157 deletions
This file was deleted.

pkg/printers/github_test.go

Lines changed: 0 additions & 197 deletions
This file was deleted.

0 commit comments

Comments
 (0)