mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-07 21:24:33 +08:00
Added and fixed tests
This commit is contained in:
@@ -27,3 +27,9 @@ Execute(Projects without local executables should use the global one):
|
||||
|
||||
AssertLinter 'phpcs',
|
||||
\ ale#Escape('phpcs') . ' -s --report=emacs --stdin-path=%s'
|
||||
|
||||
Execute(User provided options are used):
|
||||
let g:ale_php_phpcs_options = '--my-user-provided-option my-value'
|
||||
|
||||
AssertLinter 'phpcs',
|
||||
\ ale#Escape('phpcs') . ' -s --report=emacs --stdin-path=%s --my-user-provided-option my-value'
|
||||
|
||||
Reference in New Issue
Block a user