golangci-lint: exclude _test.go files from analysis (#6090)

This commit is contained in:
Alessio Treglia 2020-04-28 14:50:14 +01:00 committed by GitHub
parent cc90f2e002
commit c032ebd172
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,5 @@
# run:
run:
tests: false
# # timeout for analysis, e.g. 30s, 5m, default is 1m
# timeout: 5m