Codebase list golang-github-jawher-mow.cli / 657a5e18-934e-46cf-844b-9e5fb8f9e589/main .golangci.yml
657a5e18-934e-46cf-844b-9e5fb8f9e589/main

Tree @657a5e18-934e-46cf-844b-9e5fb8f9e589/main (Download .tar.gz)

.golangci.yml @657a5e18-934e-46cf-844b-9e5fb8f9e589/mainraw · history · blame

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

linters:
  enable:
    - goimports
    - golint