I wish I could have gotten $250/hour for working at a company that constantly tried to tell me how to do my job (as most companies do, I guess). At least they didn't continually watch or help. Perhaps a modern version would include prices for meetings and design and or code reviews.
Perhaps a modern version would include prices for meetings and design and or code reviews.
bradfordmiller With AI.
Mmmm. The BIG bucks!
So this inspired me to add a ChatGPT code review task to one of my github repos.
It does an AI code review when c(pp) or header file is altered and pull-requested
It actually "works" but does not know that #include isn't a comment . The review is rather useless.
So this inspired me to add a ChatGPT code review task to one of my github repos.
It does an AI code review when c(pp) or header file is altered and pull-requested
It actually "works" but does not know that #include isn't a comment . The review is rather useless.
I use SonarQube. SonarQube Free & Open Source Community Build | Sonar for JAVA. There is a community plugin for C++ : GitHub - SonarOpenCommunity/sonar-cxx: SonarQube C++ Community plugin (cxx plugin): This plugin adds C++ support to SonarQube with the focus on integration of existing C++ tools.
I you use "Official SonarQube Scan" as an action in github, can you post how you set it up?
I've been trying this evening. I got a cloud account, and set up a project that links to my github repo, got tokens, followed the tutorial for cloud: https://github.com/marketplace/actions/official-sonarqube-scan
I was able to run a scan of my repo from SonarQube Cloud. But the action, I could not get to work.
I managed to get a valid script, but never got the authentication from GitHub to the cloud project to work.
19:33:24.048 ERROR Error during SonarScanner CLI execution java.lang.IllegalStateException: Error status returned by url [https://api.sonarcloud.io/analysis/jres?os=linux&arch=x86_64]: 403