Codebase list golang-github-jawher-mow.cli / 3c17590f-3d5b-477e-aaec-0b3101618472/upstream .golangci.yml
3c17590f-3d5b-477e-aaec-0b3101618472/upstream

Tree @3c17590f-3d5b-477e-aaec-0b3101618472/upstream (Download .tar.gz)

.golangci.yml @3c17590f-3d5b-477e-aaec-0b3101618472/upstreamraw · history · blame

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

linters:
  enable:
    - goimports
    - golint