Codebase list golang-github-jawher-mow.cli / 7d0e65a8-d1fc-426e-af0b-9f248598d3cf/upstream .golangci.yml
7d0e65a8-d1fc-426e-af0b-9f248598d3cf/upstream

Tree @7d0e65a8-d1fc-426e-af0b-9f248598d3cf/upstream (Download .tar.gz)

.golangci.yml @7d0e65a8-d1fc-426e-af0b-9f248598d3cf/upstreamraw · history · blame

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

linters:
  enable:
    - goimports
    - golint