1.0.3 • Published 1 year ago
@ziemniakoss/cspell-bitbucket-code-insights-reporter v1.0.3
Code insights integration for CSpell
This package is under consutruction and does not work in current form
Usage
In your CI scripts that verify code using CSpell, add flag
--reporter @ziemniakoss/cspell-bitbucket-code-insights-reporterResulting command could look like this
npx cspell . --reporter @ziemniakoss/cspell-bitbucket-code-insights-reporterRequirements
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 we proxy requests through http://host.docker.internal:29418 and proxy is not supported in node fetch API and I decided that I dont want to introduce additonal .