summaryrefslogtreecommitdiff
path: root/data/mappings/info_rules.json
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2022-09-04 04:44:42 +1000
committerGitHub <noreply@github.com>2022-09-03 19:44:42 +0100
commitbfec30a9feef1fecff99a5203ce69c6a3acb93cc (patch)
tree0228df8b2ce31f5394968727e4b1e3343ce34745 /data/mappings/info_rules.json
parent39e611794d3ac5c0e56d4d7faaf28f930a221690 (diff)
Clean up data driven mappings syntax (#18257)
Diffstat (limited to 'data/mappings/info_rules.json')
-rw-r--r--data/mappings/info_rules.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/mappings/info_rules.json b/data/mappings/info_rules.json
index 3f140277fe..a4da10fd31 100644
--- a/data/mappings/info_rules.json
+++ b/data/mappings/info_rules.json
@@ -36,5 +36,5 @@
# Items we want flagged in lint
"CTPC": {"info_key": "_deprecated.ctpc", "deprecated": true, "replace_with": "CONVERT_TO=proton_c"},
"CONVERT_TO_PROTON_C": {"info_key": "_deprecated.ctpc", "deprecated": true, "replace_with": "CONVERT_TO=proton_c"},
- "VIAL_ENABLE": {"info_key": "_invalid.vial", "invalid": true},
+ "VIAL_ENABLE": {"info_key": "_invalid.vial", "invalid": true}
}