Skip to content

Commit 59d8f6b

Browse files
auto(ln): update links (#280)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent ab108f7 commit 59d8f6b

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.golangci.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
version: "2"
44

5+
run:
6+
allow-parallel-runners: true
7+
58
linters:
69
default: all
710

@@ -15,6 +18,8 @@ linters:
1518
- testpackage # keep the tests close to the code
1619
- varnamelen # short variable names are okay
1720
- funlen # using revive's function-length
21+
- noinlineerr # inline errors are sometimes ok
22+
- wsl # deprecated
1823

1924
settings:
2025

.ln-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ defaults:
44

55
links:
66
- from: script/tag-release
7+
- from: .github/workflows/ln.yaml
78
- from: .github/dependabot.yaml
89
- from:
910
- go/.ln-config.yaml

0 commit comments

Comments
 (0)