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
C++ community plugin 0.9.1
In case header file could not be found there is no meaningful error message.
sonar.cxx.forceIncludes=VS10Macros.h
15:55:16.367 WARN - [:1]: cannot find the sources for '#include'
The text was updated successfully, but these errors were encountered:
No meaningful forceIncludes error message
8e3ab7b
fix for SonarOpenCommunity#225: * old: 15:55:16.367 WARN - [:1]: cannot find the sources for '#include' * new: 15:55:16.367 WARN - [sonar.cxx.forceIncludes:1]: cannot find the sources for 'VS10Macros.h'
guwirth
No branches or pull requests
C++ community plugin 0.9.1
In case header file could not be found there is no meaningful error message.
The text was updated successfully, but these errors were encountered: