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 cd146ea commit 8070365Copy full SHA for 8070365
.github/workflows/parrotserver-test-lint.yaml
@@ -46,6 +46,11 @@ jobs:
46
uses: actions/setup-go@v5
47
with:
48
go-version: 1.23
49
+ - name: DEBUG: List files
50
+ run: |
51
+ pwd
52
+ ls -la
53
+
54
- name: golangci-lint
55
uses: golangci/golangci-lint-action@v6
56
.golangci.yaml
@@ -4,11 +4,10 @@ run:
4
linters:
5
enable:
6
- containedctx
7
- - depguard
+ - copyloopvar
8
- errname
9
- errorlint
10
- exhaustive
11
- - exportloopref
12
- fatcontext
13
- ginkgolinter
14
- gocritic
0 commit comments