Codebase list golang-github-jawher-mow.cli / 23607c0a-9725-4255-8730-eb46ff07d208/upstream .golangci.yml
23607c0a-9725-4255-8730-eb46ff07d208/upstream

Tree @23607c0a-9725-4255-8730-eb46ff07d208/upstream (Download .tar.gz)

.golangci.yml @23607c0a-9725-4255-8730-eb46ff07d208/upstreamraw · history · blame

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

linters:
  enable:
    - goimports
    - golint