@outcomeeng/spx 0.6.6 → 0.6.9
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 +1 -1
- package/dist/cli.js +5540 -2454
- package/dist/cli.js.map +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -164,7 +164,7 @@ 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
|
-
|
|
167
|
+
The local static-analysis gate is `pnpm run validate`, which includes the ESLint mirror of SonarQube findings. SonarQube Cloud automatic analysis still runs server-side on pushes and pull requests. Contributors with SonarQube Cloud plan access for local CLI analysis can set `SPX_SONAR_CLI_ANALYZE=1`; the Lefthook **pre-push** hook then runs `sonar analyze --base origin/main` and blocks the push on findings.
|
|
168
168
|
|
|
169
169
|
## CI/CD
|
|
170
170
|
|