Modify ↓
#20043 closed defect (fixed)
QA Tool Inspired Validations issues with rule 4020/40201
Reported by: | anonymous | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | External rule | Version: | |
Keywords: | Rules QAToolInspiredValidations | Cc: | mzagorski, dmanzer95, abalosc1 |
Description
Hi,
two issues regarding rule check 4020/40201 in JOSM validator
title: "QA Tool Inspired Validations";
version: "35_2020-10-05";
1) wrong quote character position
-throwWarning: "tr(40201: On junction=roundabout; Unnecessary area tag");
+throwWarning: tr("40201: On junction=roundabout; Unnecessary area tag");
2) area tag still complained even is not in use
regex "area!~/no|false/" will match for undefined area tag also
Attachments (0)
Change History (4)
comment:1 by , 5 years ago
Cc: | added |
---|---|
Component: | Core validator → External rule |
Keywords: | Rules QAToolInspiredValidations added; Rules_QAToolInspiredValidations removed |
comment:3 by , 5 years ago
Resolution: | othersoftware |
---|---|
Status: | closed → reopened |
Note:
See TracTickets
for help on using tickets.
@ anonymous:
The external rule is on the wiki and you can fix it, if you like to and are able to do so. See Rules/QAToolInspiredValidations and the edit button at the bottom of the page.