From e452ebd76dc0ee0e85c176bf4105e0afa77f9a34 Mon Sep 17 00:00:00 2001 From: Dave Methvin Date: Thu, 8 Dec 2011 21:17:11 -0500 Subject: [PATCH] Two eq is not enough; three eq is more than we want for now. We also don't need the lint alias. --- Makefile | 4 +--- build/jshint-check.js | 1 - 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 5680992dd..f8e039d63 100644 --- a/Makefile +++ b/Makefile @@ -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..."; \ @@ -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 diff --git a/build/jshint-check.js b/build/jshint-check.js index 92553f193..a7b8d22c6 100644 --- a/build/jshint-check.js +++ b/build/jshint-check.js @@ -10,7 +10,6 @@ JSHINT(src, { eqnull: true, expr: true, curly: true, - eqeq: true, trailing: true, predef: [ "define",