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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user