Skip to content

Commit

Permalink
Remove generation of AUTHORS
Browse files Browse the repository at this point in the history
This is unused, and currently breaks the spellcheck rule. I was
going to just skip spell checking it, but it seems easier to remove
the file generation instead.

Signed-off-by: Justin Cormack <justin.cormack@docker.com>
  • Loading branch information
justincormack committed Mar 21, 2018
1 parent 53c05e2 commit 7fb366e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,7 @@ PKGS ?= $(shell go list -tags "${NOTARY_BUILDTAGS}" ./... | grep -v /vendor/ | t
.DELETE_ON_ERROR: cover
.DEFAULT: default

all: AUTHORS clean lint build test binaries

AUTHORS: .git/HEAD
git log --format='%aN <%aE>' | sort -fu > $@
all: clean lint build test binaries

# This only needs to be generated by hand when cutting full releases.
version/version.go:
Expand Down

0 comments on commit 7fb366e

Please sign in to comment.