Codebase list golang-github-jawher-mow.cli / e12fde41-22a9-466c-b3dc-868168d711d3/upstream/1.2.0 .golangci.yml
e12fde41-22a9-466c-b3dc-868168d711d3/upstream/1.2.0

Tree @e12fde41-22a9-466c-b3dc-868168d711d3/upstream/1.2.0 (Download .tar.gz)

.golangci.yml @e12fde41-22a9-466c-b3dc-868168d711d3/upstream/1.2.0raw · history · blame

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

linters:
  enable:
    - goimports
    - golint