Codebase list golang-github-jawher-mow.cli / 11dbd718-a8e7-46d8-b5de-f2dd1992c534/upstream/1.2.0 .golangci.yml
11dbd718-a8e7-46d8-b5de-f2dd1992c534/upstream/1.2.0

Tree @11dbd718-a8e7-46d8-b5de-f2dd1992c534/upstream/1.2.0 (Download .tar.gz)

.golangci.yml @11dbd718-a8e7-46d8-b5de-f2dd1992c534/upstream/1.2.0raw · history · blame

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

linters:
  enable:
    - goimports
    - golint