sarif-codeclimate
Advanced tools
Comparing version
#!/usr/bin/env node | ||
export {}; |
@@ -37,2 +37,5 @@ #!/usr/bin/env node | ||
} | ||
else { | ||
console.log((0, colors_1.red)('No data to write')); | ||
} | ||
// Display errors from the parser if debug mode is enabled | ||
@@ -39,0 +42,0 @@ const parsingErrors = convertResult.parseResult?.errors ?? []; |
@@ -0,0 +0,0 @@ export type ConvertResult = { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
import { ConvertResult } from '..'; | ||
export declare function convert(pathToSariFile: string): ConvertResult; |
@@ -0,0 +0,0 @@ "use strict"; |
import { ParseResult, SarifObject } from '..'; | ||
export declare function parse(sarifObject: SarifObject): ParseResult; |
@@ -0,0 +0,0 @@ "use strict"; |
{ | ||
"name": "sarif-codeclimate", | ||
"version": "2.1.1", | ||
"version": "2.1.2", | ||
"description": "Convert your SARIF output into a readable JSON compatible with GitLab Code Climate Tool", | ||
@@ -5,0 +5,0 @@ "main": "out/lib/converter.js", |
@@ -0,0 +0,0 @@ <h1 align="center" style="color:#1b4c17"> |
Sorry, the diff of this file is not supported yet
187
1.63%11145
-2.18%