Codebase list golang-github-jawher-mow.cli / 43b40c13-2d26-44b5-89c0-0004cfebb15a/upstream .golangci.yml
43b40c13-2d26-44b5-89c0-0004cfebb15a/upstream

Tree @43b40c13-2d26-44b5-89c0-0004cfebb15a/upstream (Download .tar.gz)

.golangci.yml @43b40c13-2d26-44b5-89c0-0004cfebb15a/upstreamraw · history · blame

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

linters:
  enable:
    - goimports
    - golint