We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8741619 commit 167f5a8Copy full SHA for 167f5a8
.vim/coc-settings.json
@@ -1,9 +1,9 @@
1
{
2
"diagnostic-languageserver.linters": {
3
- "ngmy.php-library.lint": {
+ "ngmy.laradock.composer.lint": {
4
"args": ["exec", "laradock-ngmy-php-enum_workspace_1", "composer", "lint", "--", "--report=emacs"]
5
},
6
- "ngmy.php-library.findbugs": {
+ "ngmy.laradock.composer.findbugs": {
7
"args": ["exec", "laradock-ngmy-php-enum_workspace_1", "composer", "findbugs", "--", "--error-format", "raw", "--no-progress"]
8
}
9
0 commit comments