mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-26 06:37:20 +02:00
Task Validation
- Implemented more relaxed validation rules. - Added quiet corrections for missing data.
This commit is contained in:
parent
b4a583b951
commit
8e34a02811
2 changed files with 77 additions and 15 deletions
|
@ -97,7 +97,7 @@ public:
|
|||
|
||||
void substitute (const std::string&, const std::string&, bool);
|
||||
|
||||
void validate () const;
|
||||
void validate ();
|
||||
|
||||
float urgency_c () const;
|
||||
float urgency ();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue