Deprecate "todo" and "TODO" tags in favor of "fixme" (re: #6214)

This commit is contained in:
Quincy Morgan
2019-04-27 17:07:39 -07:00
parent c9c5284996
commit c812d11c03
2 changed files with 10 additions and 0 deletions
+8
View File
@@ -677,6 +677,14 @@
"old": {"theatre:type": "amphitheatre"},
"replace": {"theatre:type": "amphi"}
},
{
"old": {"todo": "*"},
"replace": {"fixme": "$1"}
},
{
"old": {"TODO": "*"},
"replace": {"fixme": "$1"}
},
{
"old": {"toilets:disposal": "longdrop"},
"replace": {"toilets:disposal": "pitlatrine"}