mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 06:03:57 +08:00
97632a6d1b
Bumps [github.com/containerd/console](https://github.com/containerd/console) from 1.0.3 to 1.0.4. - [Release notes](https://github.com/containerd/console/releases) - [Commits](https://github.com/containerd/console/compare/v1.0.3...v1.0.4) --- updated-dependencies: - dependency-name: github.com/containerd/console dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
21 lines
255 B
YAML
21 lines
255 B
YAML
linters:
|
|
enable:
|
|
- gofmt
|
|
- goimports
|
|
- ineffassign
|
|
- misspell
|
|
- revive
|
|
- staticcheck
|
|
- structcheck
|
|
- unconvert
|
|
- unused
|
|
- varcheck
|
|
- vet
|
|
disable:
|
|
- errcheck
|
|
|
|
run:
|
|
timeout: 3m
|
|
skip-dirs:
|
|
- vendor
|