vendor: github.com/tonistiigi/fsutil 8d32dbdd27d3

full diff: 397af5306b...8d32dbdd27

Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax
2024-11-06 12:02:13 +01:00
parent 8cdeac54ab
commit b7ea25eb59
11 changed files with 98 additions and 15 deletions

View File

@@ -1,7 +1,5 @@
run:
timeout: 10m
skip-files:
- ".*\\.pb\\.go$"
timeout: 30m
linters:
enable:
@@ -25,6 +23,10 @@ linters-settings:
- pkg: "io/ioutil"
desc: The io/ioutil package has been deprecated.
# show all
max-issues-per-linter: 0
max-same-issues: 0
issues:
exclude-files:
- ".*\\.pb\\.go$"
# show all
max-issues-per-linter: 0
max-same-issues: 0