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:
@@ -99,7 +99,7 @@ class ModelEnumColumns_CodeQualityRule extends CodeQualityRule_Abstract
|
||||
$this->add_violation(
|
||||
$file_path,
|
||||
$line_number,
|
||||
"Enum field '{$column}' does not exist as a column in table '{$table_name}'",
|
||||
"Enum field '{$column}' does not exist as a column in table '{$table_name}' (Have migrations been run yet?)",
|
||||
$lines[$line_number - 1] ?? '',
|
||||
"Remove the enum definition for '{$column}' or add the column to the database table",
|
||||
'high'
|
||||
|
||||
Reference in New Issue
Block a user