We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96aada3 commit 12c67adCopy full SHA for 12c67ad
.github/workflows/build.yml
@@ -18,6 +18,11 @@ jobs:
18
with:
19
go-version: '1.23'
20
21
+ - name: Run linter
22
+ uses: golangci/golangci-lint-action@v6
23
+ with:
24
+ version: v1.60
25
+
26
- name: Run tests
27
run: make test
28
.golangci.yml
@@ -1,27 +1,8 @@
1
linters:
2
- enable-all: true
3
- disable:
4
- - maligned
5
- - lll
6
- - gochecknoglobals
7
- - gocyclo
8
- - nakedret
9
- - funlen
10
- - wsl
11
- - gocognit
12
- - gomnd
13
- - godox
14
- - goerr113
15
- - nlreturn
16
- - testpackage
17
- - gofumpt
- - godot
- - noctx
- - nestif
- - gochecknoinits
issues:
exclude-rules:
- path: _test\.go
- goconst
- errcheck
+ - noctx
0 commit comments