Skip to content

Commit

Permalink
[#87] Removed task_schedule_constraints config value from the `stal…
Browse files Browse the repository at this point in the history
…ker.config` module.
  • Loading branch information
eoyilmaz committed Dec 10, 2024
1 parent 43915d1 commit 95baf79
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/stalker/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,6 @@ class Config(ConfigBase):
review_status_codes=["NEW", "RREV", "APP"],
daily_status_names=["Open", "Closed"],
daily_status_codes=["OPEN", "CLS"],
task_schedule_constraints=["none", "start", "end", "both"],
task_schedule_models=["effort", "length", "duration"],
task_dependency_gap_models=["length", "duration"],
task_dependency_targets=["onend", "onstart"],
Expand Down

0 comments on commit 95baf79

Please sign in to comment.