@ziemniakoss/cspell-bitbucket-code-insights-reporter

1.0.3 • Public • Published

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.

Readme

Keywords

none

Package Sidebar

Install

npm i @ziemniakoss/cspell-bitbucket-code-insights-reporter

Weekly Downloads

3

Version

1.0.3

License

MIT

Unpacked Size

41 kB

Total Files

9

Last publish

Collaborators

  • ziemniakoss