Deprecate "FIXME" in favor of "fixme" (close #6477)

This commit is contained in:
Quincy Morgan
2019-06-03 11:53:12 -04:00
parent d8f49dec89
commit 69d6d45553
2 changed files with 5 additions and 0 deletions
+4
View File
@@ -296,6 +296,10 @@
"old": {"fenced": "yes"},
"replace": {"barrier": "fence"}
},
{
"old": {"FIXME": "*"},
"replace": {"fixme": "$1"}
},
{
"old": {"footway": "both"},
"replace": {"sidewalk": "both"}
+1
View File
@@ -1822,6 +1822,7 @@
{"key": "fee", "value": "some", "description": "🄳 ➜ fee=yes"},
{"key": "fee", "value": "Yes", "description": "🄳 ➜ fee=yes"},
{"key": "fenced", "value": "yes", "description": "🄳 ➜ barrier=fence"},
{"key": "FIXME", "description": "🄳 ➜ fixme=*"},
{"key": "footway", "value": "both", "description": "🄳 ➜ sidewalk=both"},
{"key": "footway", "value": "left", "description": "🄳 ➜ sidewalk=left"},
{"key": "footway", "value": "no", "description": "🄳 ➜ sidewalk=no"},