Closed Famlam closed 1 week ago
If a key has the value of a *, probably someone took a validator output too literal. I spotted this rule in the rules for TagWatchFrViPofm name=* (a star) (to be replaced by fixme=*, lets talk about irony ;) )
*
name=* (a star)
fixme=*
That won't work in TagWatchFrViPofm, but we can probably add * (a literal star) to this spot: https://github.com/osm-fr/osmose-backend/blob/67f6ffa7a8514900a57e326da812d1d8dcbe6e99/plugins/TagFix_BadValue.py#L128-L129
If a key has the value of a
*
, probably someone took a validator output too literal. I spotted this rule in the rules for TagWatchFrViPofmname=* (a star)
(to be replaced byfixme=*
, lets talk about irony ;) )That won't work in TagWatchFrViPofm, but we can probably add
*
(a literal star) to this spot: https://github.com/osm-fr/osmose-backend/blob/67f6ffa7a8514900a57e326da812d1d8dcbe6e99/plugins/TagFix_BadValue.py#L128-L129