Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor lsp-sonarlint and cfamily support #20

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ Out of the box, SonarLint automatically checks your code against the following r
* `lsp-sonarlint-test-file-pattern` - Regex to find test file, most rules are not evaluated on test files.
* `lsp-sonarlint-show-analyzer-logs` - Show analyzer logs.
* `lsp-sonarlint-verbose-logs` - Make SonarLint logs verbose.
* `lsp-sonarlint-server-download-url` - SonarLint server download URL.
* `lsp-sonarlint-vscode-plugin-url` - SonarLint language server download URL.
* `lsp-sonarlint-plugin-autodownload` - Not ask for confirmation and download analyzers if they are missing.

### Plugins supported settings
Expand Down
60 changes: 0 additions & 60 deletions languages/go/lsp-sonarlint-go.el

This file was deleted.

63 changes: 0 additions & 63 deletions languages/html/lsp-sonarlint-html.el

This file was deleted.

60 changes: 0 additions & 60 deletions languages/java/lsp-sonarlint-java.el

This file was deleted.

63 changes: 0 additions & 63 deletions languages/javascript/lsp-sonarlint-javascript.el

This file was deleted.

63 changes: 0 additions & 63 deletions languages/php/lsp-sonarlint-php.el

This file was deleted.

63 changes: 0 additions & 63 deletions languages/python/lsp-sonarlint-python.el

This file was deleted.

Loading