mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-22 20:11:26 +08:00
Add psalm linter for PHP (#1893)
This commit is contained in:
committed by
w0rp
parent
58ceb21cbc
commit
947360f714
12
test/command_callback/test_psalm_command_callbacks.vader
Normal file
12
test/command_callback/test_psalm_command_callbacks.vader
Normal file
@@ -0,0 +1,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'
|
||||
|
||||
Reference in New Issue
Block a user