Skip to content

Commit

Permalink
Fix readme check
Browse files Browse the repository at this point in the history
  • Loading branch information
jawher committed May 3, 2018
1 parent c350de2 commit 8e90815
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,10 @@ ineffassign:
ineffassign .

readmecheck:
cp README.md README.original.md
sed '$ d' README.md > README.original.md
autoreadme -f
diff README.md README.original.md
sed '$ d' README.md > README.generated.md
diff README.generated.md README.original.md

setup:
go get github.com/gordonklaus/ineffassign
Expand Down

0 comments on commit 8e90815

Please sign in to comment.