Skip to content

Commit

Permalink
Two eq is not enough; three eq is more than we want for now.
Browse files Browse the repository at this point in the history
We also don't need the lint alias.
  • Loading branch information
dmethvin committed Dec 9, 2011
1 parent 98386cf commit e452ebd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 1 addition & 3 deletions Makefile
Expand Up @@ -67,8 +67,6 @@ ${SRC_DIR}/selector.js: ${SIZZLE_DIR}/sizzle.js
@@echo "Building selector code from Sizzle"
@@sed '/EXPOSE/r src/sizzle-jquery.js' ${SIZZLE_DIR}/sizzle.js | grep -v window.Sizzle > ${SRC_DIR}/selector.js

lint: hint

hint: jquery
@@if test ! -z ${JS_ENGINE}; then \
echo "Checking jQuery against JSHint..."; \
Expand Down Expand Up @@ -136,4 +134,4 @@ pull_submodules:
pull: pull_submodules
@@git pull ${REMOTE} ${BRANCH}

.PHONY: all jquery lint hint min clean distclean update_submodules pull_submodules pull core
.PHONY: all jquery hint min clean distclean update_submodules pull_submodules pull core
1 change: 0 additions & 1 deletion build/jshint-check.js
Expand Up @@ -10,7 +10,6 @@ JSHINT(src, {
eqnull: true,
expr: true,
curly: true,
eqeq: true,
trailing: true,
predef: [
"define",
Expand Down

0 comments on commit e452ebd

Please sign in to comment.