Codebase list golang-github-jawher-mow.cli / kali/latest .golangci.yml
kali/latest

Tree @kali/latest (Download .tar.gz)

.golangci.yml @kali/latestraw · history · blame

1
2
3
4
5
6
7
8
run:
  skip-files:
    - "examples_.*.go"

linters:
  enable:
    - goimports
    - golint