labtime/.golangci.yaml

8 lines
305 B
YAML
Raw Normal View History

2024-08-24 02:50:45 +02:00
---
run:
timeout: 5m
# this settings is for the CI pipeline because it fails with the default value
# we should have used the --timeout flag in the CI pipeline
# but to make the linter work locally, I need to have a config file
# so I pushed this config file until we have something to do here