Ignore indentation lint

The new promises chaining causes lint errors that are false positives.
This commit is contained in:
Kevin Sawicki 2013-10-10 15:05:58 -07:00
parent 53773274df
commit 23af63b76c

View File

@ -89,6 +89,8 @@ module.exports = (grunt) ->
level: 'error'
max_line_length:
level: 'ignore'
indentation:
level: 'ignore'
src: [
'dot-atom/**/*.coffee'
'exports/**/*.coffee'