Skip to content

Commit

Permalink
Add hint as Makefile target alias for check-lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Mosedale committed Apr 12, 2012
1 parent 8ee8d1e commit be5e0e6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ test: $(DIST_DIR)

lint: check-lint

hint: check-lint

check-lint:
$(JSHINT) $(GLADIUS_JSHINT_DIRS) \
--config tools/jshintrc.json
Expand Down

0 comments on commit be5e0e6

Please sign in to comment.