diff options
author | Jha Naman <createnaman@gmail.com> | 2016-01-29 02:29:49 +0300 |
---|---|---|
committer | Oleg Gaidarenko <markelog@gmail.com> | 2016-01-29 02:34:55 +0300 |
commit | d94c4539796d02dd0f54e9a3417b660195b844b0 (patch) | |
tree | 5068dfe49ab05f0d8d1b2088ff6fe5a3c17b5b60 /Gruntfile.js | |
parent | 25068bf2c664e05d5ae48d8d2fb480ee572d3b97 (diff) | |
download | jquery-d94c4539796d02dd0f54e9a3417b660195b844b0.tar.gz jquery-d94c4539796d02dd0f54e9a3417b660195b844b0.zip |
Build: run linters on git-commit
Fixes gh-2577
Closes gh-2881
Diffstat (limited to 'Gruntfile.js')
-rw-r--r-- | Gruntfile.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Gruntfile.js b/Gruntfile.js index 18aee7593..591af920d 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -224,4 +224,6 @@ module.exports = function( grunt ) { grunt.registerTask( "dev", [ "build:*:*", "lint", "uglify", "remove_map_comment", "dist:*" ] ); grunt.registerTask( "default", [ "dev", "test_fast", "compare_size" ] ); + + grunt.registerTask( "precommit_lint", [ "newer:jsonlint", "newer:jshint", "newer:jscs" ] ); }; |