chore(guardian): bump version to 0.9.4

This commit is contained in:
imfozilbek
2025-11-30 01:50:21 +05:00
parent 6234fbce92
commit 958e4daed5
8 changed files with 138 additions and 79 deletions

View File

@@ -215,6 +215,7 @@ export class AnalyzeProject extends UseCase<
private readonly detectionPipeline: ExecuteDetection
private readonly resultAggregator: AggregateResults
// eslint-disable-next-line max-params
constructor(
fileScanner: IFileScanner,
codeParser: ICodeParser,