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 c1052ac commit 6cd216eCopy full SHA for 6cd216e
.github/.golangci.yml
@@ -73,10 +73,7 @@ issues:
73
74
run:
75
skip-dirs:
76
- - test/testdata_etc
77
- - internal/cache
78
- - internal/renameio
79
- - internal/robustio
+ - node_modules
80
81
service:
82
golangci-lint-version: 1.43.x
.github/workflows/linter.yml
@@ -39,5 +39,5 @@ jobs:
39
- name: golangci-lint
40
uses: golangci/golangci-lint-action@v2
41
with:
42
- args: "--config=.github/.golangci.yml -v"
+ args: "--config=.github/.golangci.yml"
43
skip-go-installation: true`
0 commit comments