diff --git a/.golangci.yml b/.golangci.yml index 9563dd9d..86f93f22 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -1,7 +1,9 @@ run: tests: false + issues-exit-code: 0 + allow-parallel-runners: true concurrency: 0 - timeout: 5m + timeout: 10m output: sort-results: true