diff --git a/Taskfile.yml b/Taskfile.yml index 901e675..be922cd 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -113,6 +113,7 @@ tasks: golangci-lint run \ --build-tags component,e2e,integration \ --concurrency {{.GOLANG_PARALLEL_TESTS}} \ + --out-format=colored-line-number \ --timeout 2m30s \ --verbose golangci-lint: