Emmanuel BENOîT
2fa0e37900
Reviewed-on: #1 Co-authored-by: Emmanuel BENOÎT <tseeker@nocternity.net> Co-committed-by: Emmanuel BENOÎT <tseeker@nocternity.net>
36 lines
571 B
YAML
36 lines
571 B
YAML
run:
|
|
tests: false
|
|
|
|
linters:
|
|
enable-all: true
|
|
disable:
|
|
- execinquery
|
|
- exhaustruct
|
|
- forbidigo
|
|
- gochecknoglobals
|
|
- gofumpt
|
|
- gomnd
|
|
- ireturn
|
|
- mnd
|
|
- nlreturn
|
|
- nonamedreturns
|
|
- wrapcheck
|
|
- wsl
|
|
|
|
linters-settings:
|
|
depguard:
|
|
rules:
|
|
Main:
|
|
list-mode: strict
|
|
files:
|
|
- $all
|
|
allow:
|
|
- $gostd
|
|
- nocternity.net/gomonop
|
|
- github.com/karrick/golf
|
|
- github.com/miekg/dns
|
|
gci:
|
|
sections:
|
|
- standard
|
|
- default
|
|
- localmodule
|