Codebase list golang-github-jawher-mow.cli / 8f15e044-b801-42f0-958b-85849a579d45/upstream .golangci.yml
8f15e044-b801-42f0-958b-85849a579d45/upstream

Tree @8f15e044-b801-42f0-958b-85849a579d45/upstream (Download .tar.gz)

.golangci.yml @8f15e044-b801-42f0-958b-85849a579d45/upstreamraw · history · blame

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

linters:
  enable:
    - goimports
    - golint