grim/resticide

It helps if the lint target depends on golint..
develop
2016-07-09, Gary Kramlich
179fcc7776f8
Parents 1c5d999e33ac
Children 5eabeab13610
It helps if the lint target depends on golint..
  • +1 -1
    Makefile
  • --- a/Makefile Sat Jul 09 14:30:21 2016 -0500
    +++ b/Makefile Sat Jul 09 14:32:43 2016 -0500
    @@ -32,7 +32,7 @@
    rm -f $(BUILT_SOURCES)
    rm -f $(TARGET)
    -lint: $(SOURCES) $(BUILT_SOURCES)
    +lint: $(SOURCES) $(BUILT_SOURCES) $(GOPATH)/bin/golint
    $(GOPATH)/bin/golint ./...
    check: $(TARGET)