Disable SonarQube scan until SonarCloud is configured - #79
Merged
Conversation
Node CI has never passed in this repo: install, lint and test-coverage succeed, but the SonarQube step fails with "Project not found" for hexlet-boilerplates_nodejs-package — the SonarCloud project does not exist (or SONAR_TOKEN has no access to it). Comment the step out the same way php-package does until the SonarCloud side is set up. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Why
Node CI has never been green in this repo — every run (including pushes to
main) fails on the SonarQube Scan step with:make install,make lintandmake test-coverageall pass; only the scan is broken — thehexlet-boilerplates_nodejs-packageproject does not exist in SonarCloud (or the token has no access). This keeps every dependabot PR permanently red (#77, #78).What
Comment the scan step out the same way
php-packagedoes, with a note on what is required to re-enable it.sonar-project.propertiesis left in place — it is correct and will be used once the SonarCloud side exists.🤖 Generated with Claude Code