Skip to content

Commit

Permalink
Exclude test/coverage folder to prevent lint errors by external sources
Browse files Browse the repository at this point in the history
  • Loading branch information
lqez committed Nov 14, 2017
1 parent b697205 commit 37deb8f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Gruntfile.js
Expand Up @@ -83,6 +83,7 @@ module.exports = function(grunt) {
'Gruntfile.js',
'test/**/*.js',
'!coverage/**/*.js',
'!test/coverage/**/*.js',
'build/*.js'
]
},
Expand Down

0 comments on commit 37deb8f

Please sign in to comment.