mirror of
https://github.com/samiyev/puaros.git
synced 2025-12-28 07:16:53 +05:00
refactor: migrate naming convention detector to AST-based analysis
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user