We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
SonarLint missing Java Rule on VSCode.
I have installed SonarLint, SonarQube support for Visual Studio Code, and also Sonarqube.
Here is my global.json
{ "$schema": "https://raw.githubusercontent.com/silverbulleters/sonarqube-inject-vsc/master/schemas/global.json", "servers": [ { "id": "localhost", "url": "http://localhost:9000/", "token": "28636f8b1a718c765b827d32bcafb7df3e44930b" } ] }
And here is my local sonarlint.json
{ "$schema": "https://raw.githubusercontent.com/silverbulleters/sonarqube-inject-vsc/master/schemas/sonarlint.json", "serverId": "localhost", "projectKey": "springmvc" }
Here is my env settings:
My Question are:
I also put a question in here https://stackoverflow.com/questions/59623508/sonarlint-missing-java-rule-on-vscode
The text was updated successfully, but these errors were encountered:
No branches or pull requests
SonarLint missing Java Rule on VSCode.
I have installed SonarLint, SonarQube support for Visual Studio Code, and also Sonarqube.
Here is my global.json
I have installed SonarLint, SonarQube support for Visual Studio Code, and also Sonarqube.
And here is my local sonarlint.json
Here is my env settings:
My Question are:
I also put a question in here https://stackoverflow.com/questions/59623508/sonarlint-missing-java-rule-on-vscode
The text was updated successfully, but these errors were encountered: