Reputation: 1
I have a C
embedded project. I can run a sonar analysis thanks to sonar-runner
. In eclipse I add sonar nature to my project. But when I want run a local analysis, I have this message :
Language with key 'cpp' not found.
When I watch project properties, in sonar group, the language is forced to cpp and I cannot change it ... An idea to change it ?
Upvotes: 0
Views: 238
Reputation: 26843
Currently, Sonar Eclipse is not compatible with C projects (only C++), as you can see on the compatibility matrix of the install page.
Obviously, we'll work on that so that C projects are supported.
Upvotes: 2