14 lines
211 B
YAML
14 lines
211 B
YAML
|
linters:
|
||
|
enable-all: true
|
||
|
disable:
|
||
|
- depguard
|
||
|
- exhaustivestruct
|
||
|
- exhaustruct
|
||
|
- gomnd
|
||
|
- paralleltest
|
||
|
- tagliatelle
|
||
|
- varnamelen
|
||
|
run:
|
||
|
skip-dirs:
|
||
|
- httpslog/internal/mutil/*
|