We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7436884 commit ab28e89Copy full SHA for ab28e89
tasks/lesshint.js
@@ -46,7 +46,7 @@ module.exports = function( grunt ){
46
try {
47
files.src.forEach( function( filepath ){
48
var input = grunt.file.read( filepath ),
49
- output = linter.checkString( input ),
+ output = linter.checkString( input, '' ),
50
inputArray;
51
52
if( output.length > 0 ){
0 commit comments