Merge pull request #164 from delianides/master

flow linting should only happen on flow typed files.
This commit is contained in:
w0rp 2016-11-05 21:02:59 +00:00 committed by GitHub
commit ccc08d08f6
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ endfunction
function! ale_linters#javascript#flow#GetCommand(buffer) abort
return ale_linters#javascript#flow#GetExecutable(a:buffer)
\ . ' check-contents --json --from ale'
\ . ' check-contents --respect-pragma --json --from ale'
endfunction
function! ale_linters#javascript#flow#Handle(buffer, lines)