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 ab108f7 commit 59d8f6bCopy full SHA for 59d8f6b
.golangci.yaml
@@ -2,6 +2,9 @@
2
3
version: "2"
4
5
+run:
6
+ allow-parallel-runners: true
7
+
8
linters:
9
default: all
10
@@ -15,6 +18,8 @@ linters:
15
18
- testpackage # keep the tests close to the code
16
19
- varnamelen # short variable names are okay
17
20
- funlen # using revive's function-length
21
+ - noinlineerr # inline errors are sometimes ok
22
+ - wsl # deprecated
23
24
settings:
25
.ln-config.yaml
@@ -4,6 +4,7 @@ defaults:
links:
- from: script/tag-release
+ - from: .github/workflows/ln.yaml
- from: .github/dependabot.yaml
- from:
- go/.ln-config.yaml
0 commit comments