Codebase list golang-github-jawher-mow.cli / fd84f7ff-f822-429e-8374-b3eed2bfb1af/main .golangci.yml
fd84f7ff-f822-429e-8374-b3eed2bfb1af/main

Tree @fd84f7ff-f822-429e-8374-b3eed2bfb1af/main (Download .tar.gz)

.golangci.yml @fd84f7ff-f822-429e-8374-b3eed2bfb1af/mainraw · history · blame

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

linters:
  enable:
    - goimports
    - golint