Changeset 14957 in josm


Ignore:
Timestamp:
2019-04-03T22:08:13+02:00 (5 years ago)
Author:
Klumbumbus
Message:

fix #17554, see #12494 - raise "questionable key (ending with a number)" to warning level

File:
1 edited

Legend:

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

    r14940 r14957  
    998998}
    999999
    1000 /* #12494 */
     1000/* #12494, #17554 */
    10011001*[/^[^t][^i][^g].+_[0-9]$/][!/^note_[0-9]$/][!/^description_[0-9]$/] {
    1002   throwOther: tr("{0}", "{0.key}");
     1002  throwWarning: tr("{0}", "{0.key}");
    10031003  group: tr("questionable key (ending with a number)");
    10041004  assertMatch: "way name_1=foo";
Note: See TracChangeset for help on using the changeset viewer.