Skip to content

Reporter for CSpell that generates Code Insight report with annotations

Notifications You must be signed in to change notification settings

Ziemniakoss/cspell-bitbucket-code-insights-reporter

Repository files navigation

Code insights integration for CSpell

Unofficial package fro report generation for CSpell>

img.png

img.png

Usage

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

Requirements

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.

About

Reporter for CSpell that generates Code Insight report with annotations

Topics

Resources

Stars

Watchers

Forks