Codebase list golang-github-jawher-mow.cli / 2ea4392f-527a-4ea2-9b0f-f824efcd7bab/upstream .golangci.yml
2ea4392f-527a-4ea2-9b0f-f824efcd7bab/upstream

Tree @2ea4392f-527a-4ea2-9b0f-f824efcd7bab/upstream (Download .tar.gz)

.golangci.yml @2ea4392f-527a-4ea2-9b0f-f824efcd7bab/upstreamraw · history · blame

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

linters:
  enable:
    - goimports
    - golint