Skip to content

Commit 1ca1d1a

Browse files
author
makoto-toriyama
committed
exclude common false positive
1 parent 8226bc0 commit 1ca1d1a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

server/.golangci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ run:
55

66
issues:
77
exclude-use-default: false
8+
exclude:
9+
# https://golangci-lint.run/usage/false-positives/#exc0015
10+
- "should have a package comment"
811

912
linters:
1013
enable:

0 commit comments

Comments
 (0)