drainpipe icon indicating copy to clipboard operation
drainpipe copied to clipboard

Feature request: let tugboat lighthouse setting be set global override

Open YesCT opened this issue 4 months ago • 1 comments

I want to be able to do something globally like...

.tugboat/config.drainpipe-override.yml

php:
  visualdiff:
  lighthouse:
      enabled: false
  urls:
    - /?delta=0
Image

Instead of...

php:
  urls:
    - url: /?delta=0
      lighthouse:
        enabled: false
- url: /about/news
      lighthouse:
        enabled: false
Image

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

YesCT avatar Oct 27 '25 16:10 YesCT

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

YesCT avatar Oct 27 '25 17:10 YesCT