Codebase list golang-github-jawher-mow.cli / 4c735d59-f56f-424f-978c-4ca24e08b4fc/upstream .golangci.yml
4c735d59-f56f-424f-978c-4ca24e08b4fc/upstream

Tree @4c735d59-f56f-424f-978c-4ca24e08b4fc/upstream (Download .tar.gz)

.golangci.yml @4c735d59-f56f-424f-978c-4ca24e08b4fc/upstreamraw · history · blame

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

linters:
  enable:
    - goimports
    - golint