Skip to content

Commit d457290

Browse files
committed
Use module path for golangci-lint report XML
1 parent 39941bd commit d457290

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/golangci_lint.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ jobs:
5252
checkout-repo: false
5353
golangci-lint-version: v${{ steps.get-version.outputs.version }}
5454
go-directory: ${{ matrix.module }}
55+
golangci-lint-args: --output.text.path=stdout --output.checkstyle.path=${{ matrix.module }}/golangci-lint-report.xml
5556

5657
golangci-lint:
5758
# Required sink job that waits for all lint jobs to complete

0 commit comments

Comments
 (0)