dda558fe1c
Update module prometheus/client_golang to v0.9.4 Reviewed-on: https://kolaente.dev/vikunja/api/pulls/245
6 lines
144 B
YAML
6 lines
144 B
YAML
# Run only staticcheck for now. Additional linters will be enabled one-by-one.
|
|
linters:
|
|
enable:
|
|
- staticcheck
|
|
- govet
|
|
disable-all: true
|