From 23af63b76c950af5a2e78d6c22fcb8f1cec698f8 Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Thu, 10 Oct 2013 15:05:58 -0700 Subject: [PATCH] Ignore indentation lint The new promises chaining causes lint errors that are false positives. --- Gruntfile.coffee | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Gruntfile.coffee b/Gruntfile.coffee index b322b0e06..58de7f104 100644 --- a/Gruntfile.coffee +++ b/Gruntfile.coffee @@ -89,6 +89,8 @@ module.exports = (grunt) -> level: 'error' max_line_length: level: 'ignore' + indentation: + level: 'ignore' src: [ 'dot-atom/**/*.coffee' 'exports/**/*.coffee'