drainpipe
drainpipe copied to clipboard
Feature request: let tugboat lighthouse setting be set global override
I want to be able to do something globally like...
.tugboat/config.drainpipe-override.yml
php:
visualdiff:
lighthouse:
enabled: false
urls:
- /?delta=0
Instead of...
php:
urls:
- url: /?delta=0
lighthouse:
enabled: false
- url: /about/news
lighthouse:
enabled: false
where each url need to have lighthouse: enabled: false
From Elvis:
It seems that Drainpipe ignores the lighthouse configuration when it’s not defined inside the urls section. https://github.com/Lullabot/drainpipe/blob/main/src/ScaffoldInstallerPlugin.php#L516
From @elvism-lullabot
It seems that Drainpipe ignores the lighthouse configuration when it’s not defined inside the urls section. https://github.com/Lullabot/drainpipe/blob/main/src/ScaffoldInstallerPlugin.php#L516