Merge pull request #1676 from dexidp/lint-timeout

increase go lint timeout
This commit is contained in:
Márk Sági-Kazár 2020-03-19 16:00:56 +01:00 committed by GitHub
commit 3693b74791
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,6 +2,8 @@ run:
skip-dirs:
- vendor
timeout: 2m
linters-settings:
golint:
min-confidence: 0.1