Fix code quality violations and add VS Code extension features
Fix VS Code extension storage paths for new directory structure Fix jqhtml compiled files missing from bundle Fix bundle babel transformation and add rsxrealpath() function 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -186,6 +186,11 @@ class HardcodedInternalUrl_CodeQualityRule extends CodeQualityRule_Abstract
|
||||
return false;
|
||||
}
|
||||
|
||||
// Allow exactly "/" (root/home URL) - common and acceptable
|
||||
if ($url === '/') {
|
||||
return false;
|
||||
}
|
||||
|
||||
// Skip absolute URLs (with protocol)
|
||||
if (preg_match('#^//#', $url)) {
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user