Codebase list golang-github-jawher-mow.cli / e58f887b-ff0b-4a06-be06-6b443d2fb3a8/main .golangci.yml
e58f887b-ff0b-4a06-be06-6b443d2fb3a8/main

Tree @e58f887b-ff0b-4a06-be06-6b443d2fb3a8/main (Download .tar.gz)

.golangci.yml @e58f887b-ff0b-4a06-be06-6b443d2fb3a8/mainraw · history · blame

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

linters:
  enable:
    - goimports
    - golint