axelerant / drupal-quality-checker

Pre-commit code quality checker for Drupal based projects.
https://packagist.org/packages/axelerant/drupal-quality-checker
12 stars 9 forks source link

Copy configuration files - Initial code #34

Closed zeshanziya closed 4 months ago

zeshanziya commented 4 months ago

This is the initial code for copying configuration files. Please do not merge.

zeshanziya commented 4 months ago

lot

I believe the priority is within the plugin itself for multiple methods for a single event. But I can give it a try if priority works across multiple composer plugin. If the priority method not working and there is no other way, then I will use the activate callback. I didn't go too deep on how to activate callback works, but I tried and the copying file was working.