grunt-contrib-jshint
Advanced tools
Comparing version 0.6.4 to 0.6.5
@@ -60,3 +60,3 @@ # Options | ||
See also: [Writing your own JSHint reporter.](http://jshint.com/docs/reporter/) | ||
See also: [Writing your own JSHint reporter.](http://jshint.com/docs/reporters/) | ||
@@ -63,0 +63,0 @@ ## reporterOutput |
{ | ||
"name": "grunt-contrib-jshint", | ||
"description": "Validate files with JSHint.", | ||
"version": "0.6.4", | ||
"version": "0.6.5", | ||
"homepage": "https://github.com/gruntjs/grunt-contrib-jshint", | ||
@@ -23,3 +23,2 @@ "author": { | ||
], | ||
"main": "Gruntfile.js", | ||
"engines": { | ||
@@ -45,2 +44,2 @@ "node": ">= 0.8.0" | ||
] | ||
} | ||
} |
@@ -1,2 +0,2 @@ | ||
# grunt-contrib-jshint v0.6.4 [![Build Status](https://travis-ci.org/gruntjs/grunt-contrib-jshint.png?branch=master)](https://travis-ci.org/gruntjs/grunt-contrib-jshint) | ||
# grunt-contrib-jshint v0.6.5 [![Build Status](https://travis-ci.org/gruntjs/grunt-contrib-jshint.png?branch=master)](https://travis-ci.org/gruntjs/grunt-contrib-jshint) | ||
@@ -91,3 +91,3 @@ > Validate files with JSHint. | ||
See also: [Writing your own JSHint reporter.](http://jshint.com/docs/reporter/) | ||
See also: [Writing your own JSHint reporter.](http://jshint.com/docs/reporters/) | ||
@@ -207,2 +207,3 @@ #### reporterOutput | ||
* 2013-10-23 v0.6.5 Fix output when maxerr is low. | ||
* 2013-08-29 v0.6.4 jshintrc now loaded by jshint allowing comments. | ||
@@ -233,2 +234,2 @@ * 2013-08-15 v0.6.3 Fix module location for jshint 2.1.10. | ||
*This file was generated on Thu Aug 29 2013 08:46:48.* | ||
*This file was generated on Wed Oct 23 2013 20:33:11.* |
@@ -23,4 +23,6 @@ /* | ||
var getTabStr = function(options) { | ||
options = options ? grunt.util._.clone(options) : {}; | ||
options.maxerr = 50; | ||
// Do something that's going to error. | ||
jshint('\tx', options || {}); | ||
jshint('\tx', options); | ||
// If an error occurred, figure out what character JSHint reported and | ||
@@ -27,0 +29,0 @@ // subtract one. |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
35031
446
233