Codebase list golang-github-jawher-mow.cli / 656aa140-d182-4d2c-9319-575e80e8c6c4/upstream .golangci.yml
656aa140-d182-4d2c-9319-575e80e8c6c4/upstream

Tree @656aa140-d182-4d2c-9319-575e80e8c6c4/upstream (Download .tar.gz)

.golangci.yml @656aa140-d182-4d2c-9319-575e80e8c6c4/upstreamraw · history · blame

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

linters:
  enable:
    - goimports
    - golint