2 Commits

Author SHA1 Message Date
0ae3f3230d Merge pull request 'Add golangci.yml' (#2) from atolstikhin/micro-broker-redis:v3 into v3
All checks were successful
test / test (push) Successful in 12m30s
Reviewed-on: #2
2024-12-14 15:36:38 +03:00
Aleksandr Tolstikhin
3edd5af68a Add golangci.yml
Some checks failed
lint / lint (pull_request) Has been cancelled
test / test (pull_request) Has been cancelled
2024-12-14 01:20:33 +07:00

5
.golangci.yml Normal file
View File

@@ -0,0 +1,5 @@
run:
concurrency: 8
deadline: 5m
issues-exit-code: 1
tests: true