ale/test/command_callback/test_psalm_command_callback...

13 lines
326 B
Plaintext
Raw Normal View History

2018-09-27 15:48:47 +00:00
Before:
call ale#assert#SetUpLinterTest('php', 'psalm')
After:
call ale#assert#TearDownLinterTest()
Execute(Custom executables should be used for the executable and command):
let g:ale_php_psalm_executable = 'psalm_test'
AssertLinter 'psalm_test',
\ ale#Escape('psalm_test') . ' --diff --output-format=emacs %s'