Merge pull request #1927 from jparise/thrift-includes-default

thrift: default thrift_thrift_includes to ['.']
This commit is contained in:
w0rp
2018-09-17 11:21:30 +01:00
committed by GitHub
3 changed files with 7 additions and 7 deletions

View File

@@ -2,7 +2,7 @@
call ale#Set('thrift_thrift_executable', 'thrift')
call ale#Set('thrift_thrift_generators', ['cpp'])
call ale#Set('thrift_thrift_includes', [])
call ale#Set('thrift_thrift_includes', ['.'])
call ale#Set('thrift_thrift_options', '-strict')
function! ale_linters#thrift#thrift#GetCommand(buffer) abort