Codebase list golang-github-jawher-mow.cli / b5fbcd7e-0c04-4ed1-89a5-d507cabfc242/upstream .golangci.yml
b5fbcd7e-0c04-4ed1-89a5-d507cabfc242/upstream

Tree @b5fbcd7e-0c04-4ed1-89a5-d507cabfc242/upstream (Download .tar.gz)

.golangci.yml @b5fbcd7e-0c04-4ed1-89a5-d507cabfc242/upstreamraw · history · blame

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

linters:
  enable:
    - goimports
    - golint