fix: remove unused imports and variables

- Remove unused SEVERITY_LEVELS import from AnalyzeProject.ts
- Prefix unused fileName variable with underscore in HardcodeDetector.ts
- Replace || with ?? for nullish coalescing
This commit is contained in:
imfozilbek
2025-11-24 21:28:05 +05:00
parent 5e70ee1a38
commit 8654beb43d
2 changed files with 1 additions and 2 deletions

View File

@@ -19,7 +19,6 @@ import {
REGEX_PATTERNS,
REPOSITORY_VIOLATION_TYPES,
RULES,
SEVERITY_LEVELS,
SEVERITY_ORDER,
type SeverityLevel,
VIOLATION_SEVERITY_MAP,