Don't lint fixtures

This commit is contained in:
Kevin Sawicki
2013-05-29 11:50:53 -07:00
parent 326c1332bf
commit 60881e2ecd

View File

@@ -8,7 +8,11 @@ module.exports = (grunt) ->
level: 'ignore'
src: ['src/**/*.coffee']
test: ['spec/**/*.coffee']
test: [
'spec/*.coffee'
'spec/app/**/*.coffee'
'spec/stdlib/**/*.coffee'
]
grunt.loadNpmTasks('grunt-coffeelint')