Skip to content

Commit

Permalink
Merge pull request #50 from snyk/chore/export-analysis-severity-inter…
Browse files Browse the repository at this point in the history
…face

chore: export AnalysisSeverity interface
  • Loading branch information
ArturSnyk committed Feb 11, 2021
2 parents d854190 + 52f170e commit d485a14
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ import {
IAnalysisResult,
IFileBundle,
IGitBundle,
AnalysisSeverity,
} from './interfaces/analysis-result.interface';

export {
Expand All @@ -28,6 +29,7 @@ export {
reportError,
emitter,
constants,
AnalysisSeverity,
IFileSuggestion,
IFilePath,
IMarker,
Expand Down

0 comments on commit d485a14

Please sign in to comment.