Skip to content

Commit 325b65b

Browse files
authored
args: --issues-exit-code=0
1 parent 414c246 commit 325b65b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/golangci-lint.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,9 @@ jobs:
1111
with:
1212
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
1313
version: v1.27
14+
args: --issues-exit-code=0 # Someday we can remove this...
1415
- run: |
15-
go version ; ./bin/golangci-lint --version
16+
go version ; golangci-lint --version
1617
golangci-lint run --no-config || true
1718
- run: golangci-lint run --no-config ciphers strings
1819
- run: golangci-lint run --no-config data-structures || true

0 commit comments

Comments
 (0)