@outcomeeng/spx 0.5.6 → 0.6.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -0
- package/dist/cli.js +6956 -4200
- package/dist/cli.js.map +1 -1
- package/dist/index.d.ts +2 -0
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -0
- package/package.json +6 -3
package/README.md
CHANGED
|
@@ -164,6 +164,8 @@ sonar auth login -o outcomeeng # opens a browser; the token is stored in the O
|
|
|
164
164
|
|
|
165
165
|
Until then the MCP server entry is inert: it does not affect builds, tests, or validation.
|
|
166
166
|
|
|
167
|
+
A Lefthook **pre-push** hook runs `sonar analyze --base origin/main` so SonarQube Cloud findings on the pushed changeset surface before the code leaves your machine, and a finding blocks the push. It uses the same `sonar` CLI and authentication as the MCP server above, so install the CLI and run `sonar auth login` before pushing. When the CLI is genuinely unavailable, `git push --no-verify` skips the hook.
|
|
168
|
+
|
|
167
169
|
## CI/CD
|
|
168
170
|
|
|
169
171
|
The project uses GitHub Actions for continuous integration and publishing:
|