mirror of https://github.com/docker/cli.git
Gometalinter: raise deadline to 3 minutes
Looks like we're just on the edge of the deadline, and it's sometimes failing; ``` cli/command/image/trust.go:346:1⚠️ nolint directive did not match any issue (nolint) cli/command/manifest/push.go:211:1⚠️ nolint directive did not match any issue (nolint) internal/pkg/containerized/snapshot.go:95:1⚠️ nolint directive did not match any issue (nolint) internal/pkg/containerized/snapshot.go:138:1⚠️ nolint directive did not match any issue (nolint) WARNING: deadline exceeded by linter interfacer (try increasing --deadline) Exited with code 3 ``` Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
c887984b48
commit
3e78cbc021
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"Vendor": true,
|
||||
"Deadline": "2m",
|
||||
"Deadline": "3m",
|
||||
"Sort": ["linter", "severity", "path", "line"],
|
||||
"Skip": [
|
||||
"cli/compose/schema/bindata.go",
|
||||
|
|
Loading…
Reference in New Issue