Skip to content

Commit abd089f

Browse files
fix: lint
1 parent bb9feb6 commit abd089f

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

.golangci.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,14 @@ linters:
33
- gosec
44
- gofumpt
55
- stylecheck
6+
7+
issues:
8+
exclude-rules:
9+
# The dashboard client surfaces user-facing CLI errors that are intentionally
10+
# written as capitalized, human-readable sentences (e.g. "Couldn't get the
11+
# list of plans: 404"), so the ST1005 "error strings should not be
12+
# capitalized" check is disabled for this file only.
13+
- path: api/dashboard/client.go
14+
linters:
15+
- stylecheck
16+
text: ST1005

0 commit comments

Comments
 (0)