blob: 29bf857e72ce7591efe28b8c03c4c70a410f9c08 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
Before:
call ale#assert#SetUpLinterTest('php', 'phpmd')
After:
call ale#assert#TearDownLinterTest()
Execute(Custom executables should be used for the executable and command):
let g:ale_php_phpmd_executable = 'phpmd_test'
AssertLinter 'phpmd_test',
\ ale#Escape('phpmd_test')
\ . ' %t text cleancode,codesize,controversial,design,naming,unusedcode --ignore-violations-on-exit'
|