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:
parent
5b8a1875fb
commit
dac72fc53c
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue