.golangci.yml 144 B

1234567
  1. # Run only staticcheck for now. Additional linters will be enabled one-by-one.
  2. linters:
  3. enable:
  4. - staticcheck
  5. - govet
  6. disable-all: true