Changeset 18557 in josm for trunk/resources/data/validator


Ignore:
Timestamp:
2022-09-12T20:19:33+02:00 (2 years ago)
Author:
Klumbumbus
Message:

fix #22367, see #11499 - Don't warn anymore about payment:credit_cards=yes and payment:debit_cards=yes, Reduce warning of payment:electronic_purses=yes and payment:cryptocurrencies=yes to info level

Location:
trunk/resources/data/validator
Files:
2 edited

Legend:

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

    r18552 r18557  
    704704}
    705705
    706 /* #11499, #16928 */
    707 *[payment:credit_cards=yes] {
    708   throwOther: tr("{0} is inaccurate. Use separate tags for each specific type, e.g. {1} or {2}.", "{0.tag}", "payment:mastercard=yes", "payment:visa=yes");
    709 }
    710 *[payment:debit_cards=yes] {
    711   throwWarning: tr("{0} is inaccurate. Use separate tags for each specific type, e.g. {1} or {2}.", "{0.tag}", "payment:maestro=yes", "payment:girocard=yes");
    712 }
     706/* #11499, #16928, #22367 */
    713707*[payment:electronic_purses=yes] {
    714   throwWarning: tr("{0} is inaccurate. Use separate tags for each specific type, e.g. {1} or {2}.", "{0.tag}", "payment:ep_geldkarte=yes", "payment:ep_quick=yes");
     708  throwOther: tr("{0} is inaccurate. Use separate tags for each specific type, e.g. {1} or {2}.", "{0.tag}", "payment:ep_geldkarte=yes", "payment:ep_quick=yes");
    715709}
    716710*[payment:cryptocurrencies=yes] {
    717   throwWarning: tr("{0} is inaccurate. Use separate tags for each specific type, e.g. {1} or {2}.", "{0.tag}", "payment:bitcoin=yes", "payment:litecoin=yes");
     711  throwOther: tr("{0} is inaccurate. Use separate tags for each specific type, e.g. {1} or {2}.", "{0.tag}", "payment:bitcoin=yes", "payment:litecoin=yes");
    718712}
    719713
  • trunk/resources/data/validator/ignoretags.cfg

    r18552 r18557  
    513513K:sport=billards
    514514K:sport=billiard
    515 K:payment:credit_cards=yes
    516 K:payment:debit_cards=yes
    517 K:payment:electronic_purses=yes
    518 K:payment:cryptocurrencies=yes
    519515E:payment:ep_quick
    520516E:payment:ep_cash
Note: See TracChangeset for help on using the changeset viewer.