Skip to content

Commit 4cdc783

Browse files
committed
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:warning: nolint directive did not match any issue (nolint) cli/command/manifest/push.go:211:1:warning: nolint directive did not match any issue (nolint) internal/pkg/containerized/snapshot.go:95:1:warning: nolint directive did not match any issue (nolint) internal/pkg/containerized/snapshot.go:138:1:warning: 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 <[email protected]>
1 parent dda96fb commit 4cdc783

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gometalinter.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"Vendor": true,
3-
"Deadline": "2m",
3+
"Deadline": "3m",
44
"Sort": ["linter", "severity", "path", "line"],
55
"Skip": [
66
"cli/compose/schema/bindata.go",

0 commit comments

Comments
 (0)