Cristian Morales Vega
Cristian Morales Vega
I didn't think about the possibility it could be project-specific. But after playing with this a bit: - A new clone of the same project doesn't show the issue. They...
Forget what I said. This simple project reproduces the issue: ``` $ ls -l total 8 -rw-rw-r--. 1 reddwarf reddwarf 75 May 6 21:36 CMakeLists.txt -rw-rw-r--. 1 reddwarf reddwarf 266...
Sorry, I don't understand the question. What do you mean by "your project json files"? To be clear, this happens in a "project" with only the two files shown before:...
FWIW the issue is still there in v1.8.2-a6cbd35
> I think the Find modules are no longer recommended by CMake and have been superseded by xxx-config.cmake Config files. xxx-config.cmake is what upstream itself would generate. Sure, CMake would...
My understanding is that the only test failing is https://github.com/jenkinsci/git-plugin/pull/1382/checks?check_run_id=10352017446, and that it is unrelated to this change. Am I right?
What about the name of the main class? I could make use of it in something like https://www.boost.org/doc/libs/1_82_0/libs/describe/doc/html/describe.html#example_fmtlib_class_formatter. typeid(t).name() is not the same. (or should this be handled via https://www.boost.org/doc/libs/release/doc/html/boost_typeindex.html...
I was looking at the format of the xml, and noticed it has been deprecated since SonarQube 9.0 (https://javadocs.sonarsource.org/latest/org/sonar/api/server/rule/RulesDefinitionXmlLoader.html / https://sonarsource.atlassian.net/browse/SONAR-14908). Is the plan to keep supporting these xml files,...
> The clang sensor has an own sensor, settings and regex. Would not mix this up. To be clear, there is: - sonar.cxx.clangtidy.reportPaths, for the clang-tidy tool warnings - sonar.cxx.clangsa.reportPaths,...