mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-12-28 00:52:29 +03:00
Lint dot-atom coffee files
This commit is contained in:
parent
28f47e8248
commit
91e5d171b7
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user