mirror of
https://github.com/crazy-max/diun.git
synced 2025-01-12 11:38:11 +00:00
64cb538dbf
Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
41 lines
706 B
YAML
41 lines
706 B
YAML
run:
|
|
timeout: 10m
|
|
build-tags:
|
|
- containers_image_openpgp
|
|
- exclude_graphdriver_btrfs
|
|
- exclude_graphdriver_devicemapper
|
|
|
|
linters:
|
|
enable:
|
|
- deadcode
|
|
- depguard
|
|
- gofmt
|
|
- goimports
|
|
- revive
|
|
- govet
|
|
- importas
|
|
- ineffassign
|
|
- misspell
|
|
- typecheck
|
|
- varcheck
|
|
- errname
|
|
- makezero
|
|
- whitespace
|
|
disable-all: true
|
|
|
|
linters-settings:
|
|
depguard:
|
|
list-type: blacklist
|
|
include-go-root: true
|
|
packages:
|
|
# The io/ioutil package has been deprecated.
|
|
# https://go.dev/doc/go1.16#ioutil
|
|
- io/ioutil
|
|
importas:
|
|
no-unaliased: true
|
|
|
|
issues:
|
|
exclude-rules:
|
|
- linters:
|
|
- revive
|
|
text: "stutters"
|