[Pkg-javascript-commits] [ltx] 316/469: Turn of jshint checking until all code it tidied

Jonas Smedegaard dr at jones.dk
Wed Aug 31 13:03:21 UTC 2016


This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository ltx.

commit c570ece89eec6f3a98d39adf967dc396e3b851ca
Author: Lloyd Watkin <lloyd at evilprofessor.co.uk>
Date:   Sun Feb 16 20:28:22 2014 +0000

    Turn of jshint checking until all code it tidied
---
 Gruntfile.js | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Gruntfile.js b/Gruntfile.js
index 22b4afe..d3ff78c 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -37,5 +37,6 @@ module.exports = function(grunt) {
 
     // Configure tasks
     grunt.registerTask('default', ['test'])
-    grunt.registerTask('test', ['clean', 'vows', 'jshint', 'browserify'])
+    grunt.registerTask('test', ['clean', 'vows', 'browserify'])
+    //grunt.registerTask('test', ['clean', 'vows', 'jshint', 'browserify'])
 }

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/ltx.git



More information about the Pkg-javascript-commits mailing list