summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--data/mappings/info_rules.hjson1
1 files changed, 1 insertions, 0 deletions
diff --git a/data/mappings/info_rules.hjson b/data/mappings/info_rules.hjson
index 64972af63b..00685b5b5f 100644
--- a/data/mappings/info_rules.hjson
+++ b/data/mappings/info_rules.hjson
@@ -55,5 +55,6 @@
55 // Items we want flagged in lint 55 // Items we want flagged in lint
56 "CTPC": {"info_key": "_deprecated.ctpc", "deprecated": true, "replace_with": "CONVERT_TO=proton_c"}, 56 "CTPC": {"info_key": "_deprecated.ctpc", "deprecated": true, "replace_with": "CONVERT_TO=proton_c"},
57 "CONVERT_TO_PROTON_C": {"info_key": "_deprecated.ctpc", "deprecated": true, "replace_with": "CONVERT_TO=proton_c"}, 57 "CONVERT_TO_PROTON_C": {"info_key": "_deprecated.ctpc", "deprecated": true, "replace_with": "CONVERT_TO=proton_c"},
58 "DEFAULT_FOLDER": {"info_key": "_deprecated.default_folder", "deprecated": true},
58 "VIAL_ENABLE": {"info_key": "_invalid.vial", "invalid": true} 59 "VIAL_ENABLE": {"info_key": "_invalid.vial", "invalid": true}
59} 60}