Skip to content

Commit

Permalink
Merge pull request #7 from ngmy/update-coc-settings
Browse files Browse the repository at this point in the history
Use %relativepath
  • Loading branch information
ngmy committed May 7, 2021
2 parents aeac86b + 96db482 commit 6178851
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .vim/coc-settings.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"diagnostic-languageserver.linters": {
"ngmy.laradock.phive.phpcs": {
"args": ["exec", "-u", "laradock", "laradock-ngmy-php-observer_workspace_1", "php", "tools/phpcs", "--report=emacs"]
"args": ["exec", "-u", "laradock", "laradock-ngmy-php-observer_workspace_1", "php", "tools/phpcs", "--report=emacs", "%relativepath"]
},
"ngmy.laradock.phive.phpstan": {
"args": ["exec", "-u", "laradock", "laradock-ngmy-php-observer_workspace_1", "php", "tools/phpstan", "analyse", "--error-format", "raw", "--no-progress"]
"args": ["exec", "-u", "laradock", "laradock-ngmy-php-observer_workspace_1", "php", "tools/phpstan", "analyse", "--error-format", "raw", "--no-progress", "%relativepath"]
},
"ngmy.laradock.phive.psalm": {
"args": ["exec", "-u", "laradock", "laradock-ngmy-php-observer_workspace_1", "php", "tools/psalm", "--output-format=emacs", "--no-progress", "--no-cache"]
"args": ["exec", "-u", "laradock", "laradock-ngmy-php-observer_workspace_1", "php", "tools/psalm", "--output-format=emacs", "--no-progress", "--no-cache", "%relativepath"]
}
}
}

0 comments on commit 6178851

Please sign in to comment.