diff options
Diffstat (limited to 'vendor/github.com/Microsoft/hcsshim/.golangci.yml')
-rw-r--r-- | vendor/github.com/Microsoft/hcsshim/.golangci.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/vendor/github.com/Microsoft/hcsshim/.golangci.yml b/vendor/github.com/Microsoft/hcsshim/.golangci.yml index 16b25be55..2400e7f1e 100644 --- a/vendor/github.com/Microsoft/hcsshim/.golangci.yml +++ b/vendor/github.com/Microsoft/hcsshim/.golangci.yml @@ -1,3 +1,6 @@ +run: + timeout: 8m + linters: enable: - stylecheck |