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 4ffbd3f commit 28546e0Copy full SHA for 28546e0
.github/workflows/golangci-lint.yml
@@ -39,4 +39,5 @@ jobs:
39
with:
40
version: v1.45.2
41
working-directory: ./tencentcloud
42
- args: --enable-all --max-same-issues=0 --max-issues-per-linter=0 --new-from-rev=master -v
+ args: --new-from-rev=master -v
43
+ #args: --enable-all --max-same-issues=0 --max-issues-per-linter=0 --new-from-rev=master -v
0 commit comments