Changes between Version 31 and Version 32 of Rules/QAToolInspiredValidations


Ignore:
Timestamp:
2019-09-14T00:35:57+02:00 (5 years ago)
Author:
abalosc1
Comment:

make 40201 more specific

Legend:

Unmodified
Added
Removed
Modified
  • Rules/QAToolInspiredValidations

    v31 v32  
    143143}
    144144
    145 *[junction=roundabout][area] {
    146     throwWarning: "tr(4020: On junction=roundabout; Unnecessary area tag");
    147     group: "4020";
     145*[highway][junction=roundabout][area!~/no|false/] {
     146    throwWarning: "tr(40201: On junction=roundabout; Unnecessary area tag");
     147    group: "4020/40201";
    148148    fixRemove: "area";
    149149}