blob: 4c31b7b4515419a73e94fb8687bfdf12483b6ee6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
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'
|