Skip to content

Commit

Permalink
add flag to golangci-lint to show error line number (#6096)
Browse files Browse the repository at this point in the history
Closes #6095.

Signed-off-by: lubronzhan <[email protected]>
Signed-off-by: Lubron Zhan <[email protected]>
  • Loading branch information
lubronzhan authored Jan 17, 2024
1 parent 572515a commit 61b6fae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
version: v1.55.2
# TODO: re-enable linting tools package once https://github.com/projectcontour/contour/issues/5077
# is resolved
args: --build-tags=e2e,conformance,gcp,oidc,none
args: --build-tags=e2e,conformance,gcp,oidc,none --out-format=colored-line-number
- uses: act10ns/slack@ed1309ab9862e57e9e583e51c7889486b9a00b0f # v2.0.0
with:
status: ${{ job.status }}
Expand Down

0 comments on commit 61b6fae

Please sign in to comment.