Unofficial package fro report generation for CSpell>
In your CI scripts that verify code using CSpell, add flag
--reporter @ziemniakoss/cspell-bitbucket-code-insights-reporter
Resulting command could look like this
npx cspell . --reporter @ziemniakoss/cspell-bitbucket-code-insights-reporter
This reporter needs curl
to be installed and in PATH
.
This is required because Code Insights API can skip authorization in CI but only if using HTTP proxy requests, which are currently not supported by native JS API.