diff options
author | Shad <shadow.walker@free.fr> | 2023-12-10 12:11:29 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-10 11:11:29 +0000 |
commit | ecc796b3d798f86a619469559977a76b439f7333 (patch) | |
tree | cf4bc3ba256bc06efbb92211697a2d81cb6e5873 /test | |
parent | 71718722b2a5626b91422a8560bfc90c1d3903a4 (diff) | |
download | ale-ecc796b3d798f86a619469559977a76b439f7333.zip |
fix tempfile for phpmd, to be able to use phpmd 2.14.0 (#4617)
Diffstat (limited to 'test')
-rw-r--r-- | test/linter/test_phpmd.vader | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/linter/test_phpmd.vader b/test/linter/test_phpmd.vader index 64922820..29bf857e 100644 --- a/test/linter/test_phpmd.vader +++ b/test/linter/test_phpmd.vader @@ -9,4 +9,4 @@ Execute(Custom executables should be used for the executable and command): AssertLinter 'phpmd_test', \ ale#Escape('phpmd_test') - \ . ' %s text cleancode,codesize,controversial,design,naming,unusedcode --ignore-violations-on-exit %t' + \ . ' %t text cleancode,codesize,controversial,design,naming,unusedcode --ignore-violations-on-exit' |