Alix
Alix

Reputation: 2837

SonarLint for Eclipse supports the C/C++ plugin?

With version 2.0 of the SonarLint plugin for Eclipse it's now possible to sync rules from a SonarQube 5.2+ server instance.

By default there is no C language support in SonarLint but if the server instance has installed the C plugin, does this mean that SonarLint can analyze C projects?

With version 2.0 you can now establish a connection to a SonarQube server (5.2+) and bind your Eclipse project to a SonarQube project.

...

SonarLint is an Eclipse plugin that provides on-the-fly feedback to developers on new bugs and quality issues injected into Java, JavaScript and PHP code.

Source: http://www.sonarlint.org/eclipse/ (2016-04-19)

Upvotes: 3

Views: 2156

Answers (1)

SonarLint for Eclipse currently only supports Java, JavaScript and PHP. Support for other languages - including those backed by commercial plugins like C/C++, is in our backlog but I can't give an ETA for this yet.

Upvotes: 4

Related Questions