Codebase list golang-github-jawher-mow.cli / b51b438f-30a1-4760-a9ce-c166ff6541cc/upstream .golangci.yml
b51b438f-30a1-4760-a9ce-c166ff6541cc/upstream

Tree @b51b438f-30a1-4760-a9ce-c166ff6541cc/upstream (Download .tar.gz)

.golangci.yml @b51b438f-30a1-4760-a9ce-c166ff6541cc/upstreamraw · history · blame

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

linters:
  enable:
    - goimports
    - golint