mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
Don't lint fixtures
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user