You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I installed the latest SonarLint ABL extension in Visual Studio Code. It connects properly to SonarQube, and binds to the project in SonarQube properly. Everything seems to be running. I opened a file in the VSC and it shows a number of problems based on the CABL rules that we have activated in SonarQube. If I make a change that has no effect like (add a space at the end of a line and save) the number of problems being reported is different than before. If I delete the space and save again, the number of problems is different again (different than the two situations before). This issue is not new. It was there with the original SonarLint and the workaround of generating the cabl.json and placing it in .vscode
The text was updated successfully, but these errors were encountered:
As this may be related to your context, can you check which issue is missing / added when saving the file again ?
You can easily do that by using the "Problems" view, filter on the active file only, and then copy / pasting the list of issues into a text file (right-file on the file name in the problems view will generate a json file).
I installed the latest SonarLint ABL extension in Visual Studio Code. It connects properly to SonarQube, and binds to the project in SonarQube properly. Everything seems to be running. I opened a file in the VSC and it shows a number of problems based on the CABL rules that we have activated in SonarQube. If I make a change that has no effect like (add a space at the end of a line and save) the number of problems being reported is different than before. If I delete the space and save again, the number of problems is different again (different than the two situations before). This issue is not new. It was there with the original SonarLint and the workaround of generating the cabl.json and placing it in .vscode
The text was updated successfully, but these errors were encountered: