Codebase list golang-github-jawher-mow.cli / c4a15e7c-be35-47cc-aef2-169753561363/upstream .golangci.yml
c4a15e7c-be35-47cc-aef2-169753561363/upstream

Tree @c4a15e7c-be35-47cc-aef2-169753561363/upstream (Download .tar.gz)

.golangci.yml @c4a15e7c-be35-47cc-aef2-169753561363/upstreamraw · history · blame

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

linters:
  enable:
    - goimports
    - golint