We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 325b65b commit c3d04b6Copy full SHA for c3d04b6
.github/workflows/golangci-lint.yml
@@ -14,7 +14,7 @@ jobs:
14
args: --issues-exit-code=0 # Someday we can remove this...
15
- run: |
16
go version ; golangci-lint --version
17
- golangci-lint run --no-config || true
+ # golangci-lint run --no-config || true
18
- run: golangci-lint run --no-config ciphers strings
19
- run: golangci-lint run --no-config data-structures || true
20
- run: golangci-lint run --no-config dynamic-programming || true
0 commit comments