refactor: migrate naming convention detector to AST-based analysis

This commit is contained in:
imfozilbek
2025-11-27 19:26:43 +05:00
parent ce78183c6e
commit e8626dd03c
4 changed files with 95 additions and 247 deletions

View File

@@ -240,6 +240,7 @@ export class ExecuteDetection {
for (const file of sourceFiles) {
const namingViolations = this.namingConventionDetector.detectViolations(
file.content,
file.path.filename,
file.layer,
file.path.relative,