Lint dot-atom coffee files

This commit is contained in:
Kevin Sawicki 2013-06-12 13:04:10 -07:00
parent 28f47e8248
commit 91e5d171b7

View File

@ -111,7 +111,10 @@ module.exports = (grunt) ->
max_line_length:
level: 'ignore'
src: ['src/**/*.coffee']
src: [
'dot-atom/**/*.coffee'
'src/**/*.coffee'
]
test: [
'spec/*.coffee'
'spec/app/**/*.coffee'