Skip to content
This repository has been archived by the owner on Apr 10, 2019. It is now read-only.

Commit

Permalink
Add gochecknoinits and gochecknoglobals to goreleaser config.
Browse files Browse the repository at this point in the history
  • Loading branch information
alecthomas committed Aug 29, 2018
1 parent 9460458 commit ed61a28
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,18 @@ builds:
env: *env
main: ./_linters/src/mvdan.cc/unparam

- binary: gochecknoinits
goos: *goos
goarch: *goarch
env: *env
main: ./_linters/src/4d63.com/gochecknoinits

- binary: gochecknoglobals
goos: *goos
goarch: *goarch
env: *env
main: ./_linters/src/4d63.com/gochecknoglobals

archive:
format: tar.gz
wrap_in_directory: true
Expand Down

0 comments on commit ed61a28

Please sign in to comment.