magnusbaeck / logstash-filter-verifier

Apache License 2.0
191 stars 27 forks source link

Timeouts in golangci-lint when building logstash-filter-verifier #185

Open jgough opened 1 year ago

jgough commented 1 year ago

I've been having timeouts with golangci-lint when building logstash-filter-verifier in a Docker container. https://github.com/magnusbaeck/logstash-filter-verifier/blob/86ac6cb4989a9a124589d2ba4ef3d4eb8e172198/Makefile#L92

I've fixed this locally by adding a timeout to this line: golangci-lint run --timeout=5m

Reporting in case others are having this issue.