Skip to content

Comments

Fix handling of env vars overriding reek task definitions#1826

Merged
mvz merged 2 commits intomasterfrom
issue-853-improve-reek-task-env-var-handling
Dec 8, 2025
Merged

Fix handling of env vars overriding reek task definitions#1826
mvz merged 2 commits intomasterfrom
issue-853-improve-reek-task-env-var-handling

Conversation

@mvz
Copy link
Collaborator

@mvz mvz commented Dec 7, 2025

The documentation promises that environment variables override reek task definitions, but this only overrode the defaults and didn't work when the corresponding attributes were set by the developer in the task definition. For REEK_SRC this was already fixed in #1245.

This fixes #853.

  • Make REEK_CFG override work when config file is set in task definition
  • Make REEK_OPTS override work when options are set in task definition

@mvz mvz requested review from chastell and troessner December 7, 2025 11:04
@mvz mvz merged commit 78a9e2b into master Dec 8, 2025
6 checks passed
@mvz mvz deleted the issue-853-improve-reek-task-env-var-handling branch December 8, 2025 08:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

ENV vars only override implicit task Settings

2 participants