From 13c8b8b0de2453b61b47b2f9e3d63fb8269c5fcd Mon Sep 17 00:00:00 2001 From: Tom Payne Date: Thu, 5 Jul 2012 19:03:39 +0200 Subject: [PATCH] Include externs in lint --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 53cf49841f..ff829060b0 100644 --- a/Makefile +++ b/Makefile @@ -63,7 +63,7 @@ serve: $(PLOVR_JAR) .PHONY: lint lint: $(CLOSURE_LINTER) - gjslint --strict $(filter-out $(GSLINT_EXCLUDES),$(shell find src -name \*.js)) + gjslint --strict $(filter-out $(GSLINT_EXCLUDES),$(shell find externs src -name \*.js)) $(PLOVR_JAR): curl http://plovr.googlecode.com/files/$(PLOVR_JAR) > $@