disable indentation linting

Change-Id: I0c78d81afa3d41063d071ad6d8d88ef5a1c596df
Reviewed-on: https://gerrit.instructure.com/52000
Reviewed-by: Simon Williams <simon@instructure.com>
Product-Review: Ethan Vizitei <evizitei@instructure.com>
QA-Review: Ethan Vizitei <evizitei@instructure.com>
Tested-by: Ethan Vizitei <evizitei@instructure.com>
This commit is contained in:
Ethan Vizitei 2015-04-10 10:52:01 -06:00
parent 5b8a1875fb
commit dac72fc53c
1 changed files with 4 additions and 0 deletions

View File

@ -76,6 +76,10 @@ Style/MethodCallParentheses:
Enabled: false
Style/TrailingBlankLines:
Enabled: false
Style/IndentationConsistency:
Enabled: false
Style/IndentationWidth:
Enabled: false
# these need better configuration than the default:
Style/AndOr: