mirror of
https://github.com/samiyev/puaros.git
synced 2025-12-28 07:16:53 +05:00
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:
@@ -19,7 +19,6 @@ import {
|
||||
REGEX_PATTERNS,
|
||||
REPOSITORY_VIOLATION_TYPES,
|
||||
RULES,
|
||||
SEVERITY_LEVELS,
|
||||
SEVERITY_ORDER,
|
||||
type SeverityLevel,
|
||||
VIOLATION_SEVERITY_MAP,
|
||||
|
||||
Reference in New Issue
Block a user