Codebase list golang-github-jawher-mow.cli / fffee2f9-e5f2-4ce0-8a6e-7f85756ed3af/upstream .golangci.yml
fffee2f9-e5f2-4ce0-8a6e-7f85756ed3af/upstream

Tree @fffee2f9-e5f2-4ce0-8a6e-7f85756ed3af/upstream (Download .tar.gz)

.golangci.yml @fffee2f9-e5f2-4ce0-8a6e-7f85756ed3af/upstreamraw · history · blame

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

linters:
  enable:
    - goimports
    - golint