Codebase list golang-github-jawher-mow.cli / 1cea12e7-9e27-4117-b04c-2f545a9e277f/main .golangci.yml
1cea12e7-9e27-4117-b04c-2f545a9e277f/main

Tree @1cea12e7-9e27-4117-b04c-2f545a9e277f/main (Download .tar.gz)

.golangci.yml @1cea12e7-9e27-4117-b04c-2f545a9e277f/mainraw · history · blame

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

linters:
  enable:
    - goimports
    - golint