Add include_routes feature, documentation, and code quality improvements

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
root
2025-11-23 22:47:11 +00:00
parent 84ca3dfe42
commit 9a99e15778
3 changed files with 181 additions and 0 deletions

View File

@@ -57,6 +57,12 @@ class NoAnimations_CodeQualityRule extends CodeQualityRule_Abstract
return;
}
// Check for file-level exception comment
// Supports: /* rsx:disable SCSS-ANIM-01 */ or // rsx:disable SCSS-ANIM-01
if (preg_match('/(?:\/\*|\/\/)\s*rsx:disable\s+SCSS-ANIM-01/', $contents)) {
return;
}
// Parse SCSS using our context parser
// See App\RSpade\CodeQuality\Parsers\ScssContextParser for implementation
// This parser provides accurate SCSS context analysis including proper