fix(ci): activate .deepsource.toml JS analyzer config (rename to valid 'javascript' name) - #627
fix(ci): activate .deepsource.toml JS analyzer config (rename to valid 'javascript' name)#627d-oit wants to merge 2 commits into
Conversation
…s and skip_doc_coverage take effect
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
|
Overall Grade |
Security Reliability Complexity Hygiene |
Code Review Summary
| Analyzer | Status | Updated (UTC) | Details |
|---|---|---|---|
| JavaScript | Aug 9, 2026 8:19p.m. | Review ↗ | |
| Python | Aug 9, 2026 8:19p.m. | Review ↗ | |
| Shell | Aug 9, 2026 8:19p.m. | Review ↗ | |
| SQL | Aug 9, 2026 8:19p.m. | Review ↗ |
Important
AI Review is run only on demand for your team. We're only showing results of static analysis review right now. To trigger AI Review, comment @deepsourcebot review on this thread.
Up to standards ✅🟢 Issues
|
Pull request was closed
|
Status check: re-verifying merge-state per Plan 098 — all ruleset gates confirmed green on head commit; auto-merge re-armed. |
|
Plan 098 last-resort nudge: close/reopen to force GitHub ruleset re-evaluation. All gates are green (Codacy required check, commitlint, DeepSource, 0 threads). |
Pull request was closed
Summary
The
.deepsource.tomlJS analyzer section has been silently ignored because it uses the legacy analyzer namejavascript-typescript. Per DeepSource docs, the valid name isjavascript(the legacy alias is no longer recognized), and the config must live on the default branch to activate.Impact (confirmed from run payloads)
issue_patternsentriesskip_doc_coveragenever applied — Documentation Coverage metric counts all function/class artifactsmodule_system: commonjs,threshold: low,style_guide: airbnb) instead of the repo's intendedes-modules/criticalChange
.deepsource.toml:name = "javascript-typescript"→name = "javascript"No analyzer behavior changes beyond activating the repo's already-committed suppression and doc-coverage configuration.