Skip to content

Commit ab28e89

Browse files
Fix #9
1 parent 7436884 commit ab28e89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/lesshint.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ module.exports = function( grunt ){
4646
try {
4747
files.src.forEach( function( filepath ){
4848
var input = grunt.file.read( filepath ),
49-
output = linter.checkString( input ),
49+
output = linter.checkString( input, '' ),
5050
inputArray;
5151

5252
if( output.length > 0 ){

0 commit comments

Comments
 (0)