Codebase list golang-github-jawher-mow.cli / 8bba9b23-8626-4994-8f7e-244a448fb75b/upstream .golangci.yml
8bba9b23-8626-4994-8f7e-244a448fb75b/upstream

Tree @8bba9b23-8626-4994-8f7e-244a448fb75b/upstream (Download .tar.gz)

.golangci.yml @8bba9b23-8626-4994-8f7e-244a448fb75b/upstreamraw · history · blame

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

linters:
  enable:
    - goimports
    - golint