Codebase list golang-github-jawher-mow.cli / 9b209bbd-34de-47ce-80b1-6e0107d0152e/upstream .golangci.yml
9b209bbd-34de-47ce-80b1-6e0107d0152e/upstream

Tree @9b209bbd-34de-47ce-80b1-6e0107d0152e/upstream (Download .tar.gz)

.golangci.yml @9b209bbd-34de-47ce-80b1-6e0107d0152e/upstreamraw · history · blame

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

linters:
  enable:
    - goimports
    - golint