source: code/trunk/vendor/gopkg.in/irc.v3/.golangci.yml@ 822

Last change on this file since 822 was 822, checked in by yakumo.izuru, 22 months ago

Prefer immortal.run over runit and rc.d, use vendored modules
for convenience.

Signed-off-by: Izuru Yakumo <yakumo.izuru@…>

File size: 240 bytes
Line 
1linters:
2 enable-all: true
3 disable:
4 - gochecknoglobals
5 - gomnd
6 # TODO: re-enable these
7 - errcheck
8 - funlen
9 # TODO: maybe re-enable these
10 - godox
11 - wsl
12
13linters-settings:
14 govet:
15 check-shadowing: true
Note: See TracBrowser for help on using the repository browser.