Add incremental manifest-time code quality checks and JS duplicate method detection
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -53,6 +53,14 @@ class RsxControllerInheritance_CodeQualityRule extends CodeQualityRule_Abstract
|
||||
return true;
|
||||
}
|
||||
|
||||
/**
|
||||
* This is a cross-file rule - needs full manifest context
|
||||
*/
|
||||
public function is_incremental(): bool
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
/**
|
||||
* Check for RSX controllers extending Laravel's Controller
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user