Codebase list golang-github-jawher-mow.cli / fresh-snapshots/upstream .golangci.yml
fresh-snapshots/upstream

Tree @fresh-snapshots/upstream (Download .tar.gz)

.golangci.yml @fresh-snapshots/upstreamraw · history · blame

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

linters:
  enable:
    - goimports
    - golint