1
0
mirror of https://github.com/Lusitaniae/apache_exporter.git synced 2025-04-18 15:04:01 +03:00
apache_exporter/.golangci.yml
2023-02-12 18:41:53 +07:00

6 lines
134 B
YAML

# Run only staticcheck for now. Additional linters will be enabled one-by-one.
linters:
enable:
- staticcheck
disable-all: true