Codebase list golang-github-jawher-mow.cli / dce4e9a4-0296-4f28-a8a4-b2e958c15027/main .golangci.yml
dce4e9a4-0296-4f28-a8a4-b2e958c15027/main

Tree @dce4e9a4-0296-4f28-a8a4-b2e958c15027/main (Download .tar.gz)

.golangci.yml @dce4e9a4-0296-4f28-a8a4-b2e958c15027/mainraw · history · blame

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

linters:
  enable:
    - goimports
    - golint