mirror of
https://github.com/mudler/luet.git
synced 2025-07-01 01:31:50 +00:00
31 lines
411 B
YAML
31 lines
411 B
YAML
run:
|
|
deadline: 5m
|
|
|
|
skip-dirs:
|
|
- internal
|
|
|
|
issues:
|
|
exclude-rules:
|
|
- path: _test\.go
|
|
linters:
|
|
- bodyclose
|
|
- goconst
|
|
- gosec
|
|
- scopelint
|
|
- path: testing[/\\].+\.go
|
|
linters:
|
|
- gosec
|
|
|
|
linters:
|
|
enable-all: true
|
|
disable:
|
|
- dupl
|
|
- errcheck
|
|
- funlen
|
|
- gochecknoglobals
|
|
- gocognit
|
|
- goconst
|
|
- gomnd
|
|
- lll
|
|
- wsl
|