Skip to content

Add cpp support

Zsolt Simon requested to merge szsolt7/sonarlint.nvim:main into main

Adding cpp support to sonarlint.nvim.

In order to work, compile_commands.json needs to exists in the root folder of the project.

More information about how to generate a compilation database can be found here: https://github.com/SonarSource/sonarlint-vscode/wiki/C-and-CPP-Analysis#generate-a-compilation-database

Merge request reports