- Issue created by @davidlfg
The module currently requires a full Drupal site installation to function, which is unnecessary for static code analysis.
Attempt to run:
drush clean_code:generate-install
Notice that it doesn't work without the installation:
Command clean_code:generate-install was not found. Drush was unable to query the database. As a result, many commands are unavailable. Re-run your command with --debug to see relevant log messages.
Allow the module to operate on static files without a full site installation. This change would enable Drush to function like the drush site-install command, which doesn't require installation. It would also simplify CI processes by supporting static analysis without setting up a complete Drupal environment.
Active
1.0
Code