![dependabot[bot]](/assets/img/avatar_default.png)
Bumps [github.com/containerd/cgroups/v3](https://github.com/containerd/cgroups) from 3.0.2 to 3.0.3. - [Release notes](https://github.com/containerd/cgroups/releases) - [Commits](https://github.com/containerd/cgroups/compare/v3.0.2...v3.0.3) --- updated-dependencies: - dependency-name: github.com/containerd/cgroups/v3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
27 lines
423 B
YAML
27 lines
423 B
YAML
---
|
|
issues:
|
|
exclude-rules:
|
|
# syscall param structs will have unused fields in Go code.
|
|
- path: syscall.*.go
|
|
linters:
|
|
- structcheck
|
|
|
|
linters:
|
|
disable-all: true
|
|
enable:
|
|
- errcheck
|
|
- goimports
|
|
- gosimple
|
|
- govet
|
|
- ineffassign
|
|
- misspell
|
|
- staticcheck
|
|
- typecheck
|
|
- unused
|
|
- gofmt
|
|
|
|
# Could be enabled later:
|
|
# - gocyclo
|
|
# - maligned
|
|
# - gosec
|