2024-07-19 22:01:34 +02:00
|
|
|
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
|
2024-07-20 22:57:10 +02:00
|
|
|
gomoddirectives:
|
|
|
|
replace-allow-list:
|
|
|
|
- github.com/karrick/golf
|