Codebase list golang-github-jawher-mow.cli / 4337578d-c198-468f-bc77-8e5bba0c6dd2/upstream .golangci.yml
4337578d-c198-468f-bc77-8e5bba0c6dd2/upstream

Tree @4337578d-c198-468f-bc77-8e5bba0c6dd2/upstream (Download .tar.gz)

.golangci.yml @4337578d-c198-468f-bc77-8e5bba0c6dd2/upstreamraw · history · blame

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

linters:
  enable:
    - goimports
    - golint