File: .golangci.yml

package info (click to toggle)
prometheus-apache-exporter 1.0.10-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 236 kB
  • sloc: sh: 52; makefile: 43
file content (5 lines) | stat: -rw-r--r-- 134 bytes parent folder | download | duplicates (8)
1
2
3
4
5
# Run only staticcheck for now. Additional linters will be enabled one-by-one.
linters:
  enable:
  - staticcheck
  disable-all: true