Codebase list golang-github-jawher-mow.cli / 16c8aed1-e8d8-4b03-8487-df1528625938/main .golangci.yml
16c8aed1-e8d8-4b03-8487-df1528625938/main

Tree @16c8aed1-e8d8-4b03-8487-df1528625938/main (Download .tar.gz)

.golangci.yml @16c8aed1-e8d8-4b03-8487-df1528625938/mainraw · history · blame

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

linters:
  enable:
    - goimports
    - golint