Changes between Version 1 and Version 2 of Ticket #21106, comment 6
- Timestamp:
- 2021-07-13T11:14:20+02:00 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #21106, comment 6
v1 v2 1 1 > Then I would rather remove it without any warning for empty values. 2 I would definitely be in favor of removing the warning altogether (and at minimum for splitting it up, as then I can ignore this validator rule while still having the validat edpart for any real error), but I could live with an info level "warning" about "Prefer 'none' over <nothing> for readability purposes".2 I would definitely be in favor of removing the warning altogether (and at minimum for splitting it up, as then I can ignore this validator rule while still having the validation part for any real error), but I could live with an info level "warning" about "Prefer 'none' over <nothing> for readability purposes". 3 3 4 4 > On the other hand, I know that some users did misunderstand it and most of the issues of missing values (other rule) I find in the wild are caused by users removing the last | without any value after it.