Skip to content

Commit

Permalink
fix: remove GitHub Action problem matchers (#4700)
Browse files Browse the repository at this point in the history
  • Loading branch information
ldez committed May 7, 2024
1 parent ee97dbf commit 6767d7c
Show file tree
Hide file tree
Showing 7 changed files with 169 additions and 357 deletions.
12 changes: 11 additions & 1 deletion .golangci.next.reference.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,17 @@ run:
# output configuration options
output:
# The formats used to render issues.
# Format: `colored-line-number`, `line-number`, `json`, `colored-tab`, `tab`, `checkstyle`, `code-climate`, `junit-xml`, `github-actions`, `teamcity`
# Formats:
# - `colored-line-number`
# - `line-number`
# - `json`
# - `colored-tab`
# - `tab`
# - `checkstyle`
# - `code-climate`
# - `junit-xml`
# - `github-actions`
# - `teamcity`
# Output path can be either `stdout`, `stderr` or path to the file to write to.
#
# For the CLI flag (`--out-format`), multiple formats can be specified by separating them by comma.
Expand Down
12 changes: 11 additions & 1 deletion .golangci.reference.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,17 @@ run:
# output configuration options
output:
# The formats used to render issues.
# Format: `colored-line-number`, `line-number`, `json`, `colored-tab`, `tab`, `checkstyle`, `code-climate`, `junit-xml`, `github-actions`, `teamcity`
# Formats:
# - `colored-line-number`
# - `line-number`
# - `json`
# - `colored-tab`
# - `tab`
# - `checkstyle`
# - `code-climate`
# - `junit-xml`
# - `github-actions`
# - `teamcity`
# Output path can be either `stdout`, `stderr` or path to the file to write to.
#
# For the CLI flag (`--out-format`), multiple formats can be specified by separating them by comma.
Expand Down
157 changes: 0 additions & 157 deletions pkg/printers/github.go

This file was deleted.

197 changes: 0 additions & 197 deletions pkg/printers/github_test.go

This file was deleted.

Loading

0 comments on commit 6767d7c

Please sign in to comment.