@cspell/cspell-json-reporter
Advanced tools
Comparing version 8.5.0 to 8.6.0
{ | ||
"name": "@cspell/cspell-json-reporter", | ||
"version": "8.5.0", | ||
"version": "8.6.0", | ||
"description": "JSON reporter for CSpell", | ||
@@ -47,3 +47,3 @@ "author": "Jason Dent", | ||
"dependencies": { | ||
"@cspell/cspell-types": "8.5.0" | ||
"@cspell/cspell-types": "8.6.0" | ||
}, | ||
@@ -53,3 +53,3 @@ "engines": { | ||
}, | ||
"gitHead": "098601b2e007bebf9e5ae894bed9a50559a102ed" | ||
"gitHead": "78eadb48e8ab400f4fcd159344c5b15968d7ab2e" | ||
} |
@@ -15,2 +15,10 @@ # `@cspell/cspell-json-reporter` | ||
### Using Command Line | ||
```sh | ||
cspell . --reporter @cspell/cspell-json-reporter | ||
``` | ||
### Using CSpell Configuration | ||
Add this to `cspell.yaml`: | ||
@@ -92,3 +100,3 @@ | ||
- `outFile` (required) - path for JSON file to emit | ||
- `outFile` (default: stdout) - path for JSON file to emit | ||
- `verbose` (default: false) - enable saving of execution logs | ||
@@ -95,0 +103,0 @@ - `debug` (default: false) - enable saving of debug logs |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
12119
147
+ Added@cspell/cspell-types@8.6.0(transitive)
- Removed@cspell/cspell-types@8.5.0(transitive)
Updated@cspell/cspell-types@8.6.0