ale/test/command_callback/test_psalm_command_callbacks.vader
2018-09-27 16:48:47 +01:00

13 lines
326 B
Plaintext

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'