Skip to content
This repository was archived by the owner on Sep 11, 2025. It is now read-only.

Commit a4f6298

Browse files
Create golangci config file
1 parent 1777918 commit a4f6298

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/ci-go-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,4 @@ jobs:
5858
with:
5959
working-directory: ${{ matrix.dir }}
6060
version: latest
61-
args: --timeout=10m
61+
args: --timeout=10m --config=.trunk/configs/.golangci.yaml

.trunk/configs/.golangci.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
version: "2"
2+
linters:
3+
exclusions:
4+
presets:
5+
- std-error-handling

0 commit comments

Comments
 (0)