grunt-lesshint
Advanced tools
Comparing version 0.2.1 to 0.2.2
{ | ||
"name": "grunt-lesshint", | ||
"description": "Lint lesscss files with grunt", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"homepage": "https://github.com/kokarn/grunt-lesshint", | ||
@@ -6,0 +6,0 @@ "author": { |
@@ -55,2 +55,3 @@ # grunt-lesshint | ||
|---|---|---| | ||
|2015-05-11|0.2.2|<ul><li>Use ´´´Lesshint´´´ instead of ´´´LessHint´´´</li><li>Don't faile the linter after every file with errors</li></ul>| | ||
|2015-05-11|0.2.1|Update lesshint to 0.4.0| | ||
@@ -57,0 +58,0 @@ |2015-05-03|0.2.0|Add support for passing options to lesshint| |
@@ -11,3 +11,3 @@ /* | ||
var lesshint = require( 'LessHint' ), | ||
var lesshint = require( 'Lesshint' ), | ||
chalk = require( 'chalk' ); | ||
@@ -60,6 +60,2 @@ | ||
} | ||
if( output.length > 0 ){ | ||
grunt.fail.warn( 'Task "' + task.name + '" failed.' ); | ||
} | ||
}); | ||
@@ -80,2 +76,3 @@ } catch ( error ){ | ||
grunt.log.warn( response ); | ||
grunt.fail.warn( 'Task "' + task.name + '" failed.' ); | ||
} else { | ||
@@ -82,0 +79,0 @@ grunt.log.ok( cleanFileCount + grunt.util.pluralize( cleanFileCount, ' file / files ' ) + 'without linting errors.' ); |
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
11165
65
173