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:
@@ -57,6 +57,14 @@ class InstanceMethods_CodeQualityRule extends CodeQualityRule_Abstract
|
||||
return true;
|
||||
}
|
||||
|
||||
/**
|
||||
* This is a cross-file rule - needs full manifest context
|
||||
*/
|
||||
public function is_incremental(): bool
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
/**
|
||||
* Check the manifest for instance method violations
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user