![dependabot[bot]](/assets/img/avatar_default.png)
Bumps [github.com/containerd/imgcrypt](https://github.com/containerd/imgcrypt) from 1.1.12-0.20240528203804-3ca09a2db5cd to 1.2.0-rc1. - [Release notes](https://github.com/containerd/imgcrypt/releases) - [Changelog](https://github.com/containerd/imgcrypt/blob/main/CHANGES) - [Commits](https://github.com/containerd/imgcrypt/commits/v1.2.0-rc1) --- updated-dependencies: - dependency-name: github.com/containerd/imgcrypt dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
36 lines
559 B
YAML
36 lines
559 B
YAML
linters:
|
|
enable:
|
|
- depguard
|
|
- staticcheck
|
|
- unconvert
|
|
- gofmt
|
|
- goimports
|
|
- revive
|
|
- ineffassign
|
|
- govet
|
|
- unused
|
|
- misspell
|
|
|
|
linters-settings:
|
|
depguard:
|
|
rules:
|
|
main:
|
|
files:
|
|
- $all
|
|
deny:
|
|
- pkg: "io/ioutil"
|
|
|
|
revive:
|
|
severity: error
|
|
rules:
|
|
- name: indent-error-flow
|
|
severity: warning
|
|
disabled: false
|
|
|
|
- name: error-strings
|
|
disabled: false
|
|
|
|
staticcheck:
|
|
# Suppress reports of deprecated packages
|
|
checks: ["-SA1019"]
|