Changes between Version 25 and Version 26 of Rules/QAToolInspiredValidations


Ignore:
Timestamp:
2019-04-18T19:58:48+02:00 (7 years ago)
Author:
Klumbumbus
Comment:

fix severity of item 2040, a missing optional tag is "other" not "error"

Legend:

Unmodified
Added
Removed
Modified
  • Rules/QAToolInspiredValidations

    v25 v26  
    180180/* source -- OSMOSE Item 2040 -- administrative boundary does not contain tag source=* */
    181181way[boundary=administrative][!source]{
    182     throwError: tr("2040: Source; administrative boundary does not have source tag");
     182    throwOther: tr("2040: Source; administrative boundary does not have source tag");
    183183    group: "OSMOSE";
    184184}