osm-fr / osmose-backend

Part of osmose that runs the analysis, and send the results to the frontend.
GNU General Public License v3.0
94 stars 116 forks source link

Warn about tags with value `*` (a literal star) #2380

Closed Famlam closed 1 week ago

Famlam commented 3 weeks 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 ;) )

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