Skip to content

Commit

Permalink
golangci-lint support
Browse files Browse the repository at this point in the history
Fixes #73
  • Loading branch information
leucos committed Feb 6, 2021
1 parent caeccd1 commit b6b072b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions distributions/distributions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -344,6 +344,18 @@ sources:
binaries:
- gocloc

golangci-lint:
description: Fast linters Runner for Go
list:
type: github-releases
url: https://api.github.com/repos/golangci/golangci-lint/releases
fetch:
url: https://github.com/golangci/golangci-lint/releases/download/v{{ .Version }}/golangci-lint-{{ .Version }}-{{ .OS }}-{{ .Arch }}.tar.gz
install:
type: tgz
binaries:
- golangci-lint

goreleaser:
description: Deliver Go binaries as fast and easily as possible
map:
Expand Down

0 comments on commit b6b072b

Please sign in to comment.