Codebase list golang-github-jawher-mow.cli / 8456c143-fc3c-4f9b-85b7-25c66cb16676/upstream/1.2.0 .golangci.yml
8456c143-fc3c-4f9b-85b7-25c66cb16676/upstream/1.2.0

Tree @8456c143-fc3c-4f9b-85b7-25c66cb16676/upstream/1.2.0 (Download .tar.gz)

.golangci.yml @8456c143-fc3c-4f9b-85b7-25c66cb16676/upstream/1.2.0raw · history · blame

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

linters:
  enable:
    - goimports
    - golint