mirror of
https://github.com/crazy-max/diun.git
synced 2026-01-01 10:37:27 +01:00
Bumps [github.com/moby/buildkit](https://github.com/moby/buildkit) from 0.17.3 to 0.23.2. - [Release notes](https://github.com/moby/buildkit/releases) - [Commits](https://github.com/moby/buildkit/compare/v0.17.3...v0.23.2) --- updated-dependencies: - dependency-name: github.com/moby/buildkit dependency-version: 0.23.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
33 lines
520 B
YAML
33 lines
520 B
YAML
linters:
|
|
enable:
|
|
- copyloopvar
|
|
- gofmt
|
|
- goimports
|
|
- gosec
|
|
- ineffassign
|
|
- misspell
|
|
- nolintlint
|
|
- revive
|
|
- staticcheck
|
|
- tenv # Detects using os.Setenv instead of t.Setenv since Go 1.17
|
|
- unconvert
|
|
- unused
|
|
- govet
|
|
- dupword # Checks for duplicate words in the source code
|
|
disable:
|
|
- errcheck
|
|
|
|
run:
|
|
timeout: 5m
|
|
|
|
issues:
|
|
exclude-dirs:
|
|
- api
|
|
- cluster
|
|
- design
|
|
- docs
|
|
- docs/man
|
|
- releases
|
|
- reports
|
|
- test # e2e scripts
|