Codebase list golang-github-jawher-mow.cli / 4f552fc3-5727-4975-b1f0-974df918575f/upstream .golangci.yml
4f552fc3-5727-4975-b1f0-974df918575f/upstream

Tree @4f552fc3-5727-4975-b1f0-974df918575f/upstream (Download .tar.gz)

.golangci.yml @4f552fc3-5727-4975-b1f0-974df918575f/upstreamraw · history · blame

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

linters:
  enable:
    - goimports
    - golint