Changeset 10004 in josm for trunk/data/validator


Ignore:
Timestamp:
2016-03-17T19:44:17+01:00 (8 years ago)
Author:
Klumbumbus
Message:

Warn about note=fixme|Fixme|FIXME (21699 uses)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/data/validator/deprecated.mapcss

    r9836 r10004  
    273273  assertMatch: "node name=FIXME";
    274274  assertNoMatch: "node name=valid name";
     275}
     276
     277*[note][note=~/^(?i)fixme$/] {
     278  throwWarning: tr("{0} is unspecific. Instead use the key fixme with the information what exactly should be fixed in the value of fixme.", "{0.tag}");
    275279}
    276280
Note: See TracChangeset for help on using the changeset viewer.