Codebase list golang-github-jawher-mow.cli / 1f1384aa-ebe1-481d-b952-2061dd8521c5/upstream .golangci.yml
1f1384aa-ebe1-481d-b952-2061dd8521c5/upstream

Tree @1f1384aa-ebe1-481d-b952-2061dd8521c5/upstream (Download .tar.gz)

.golangci.yml @1f1384aa-ebe1-481d-b952-2061dd8521c5/upstreamraw · history · blame

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

linters:
  enable:
    - goimports
    - golint