We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bf6484 commit 68d8ec7Copy full SHA for 68d8ec7
1 file changed
.github/workflows/golangci-lint.yml
@@ -18,6 +18,7 @@ jobs:
18
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
19
version: v1.26
20
# Optional: golangci-lint command line arguments.
21
+ args: --issues-exit-code=0
22
only-new-issues: true
23
24
0 commit comments