Formally deprecate DEFAULT_FOLDER (#24836)

This commit is contained in:
Joel Challis 2025-01-20 04:55:01 +00:00 committed by GitHub
parent d30cd87556
commit 7a0dbe36f3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -55,5 +55,6 @@
// 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"},
"DEFAULT_FOLDER": {"info_key": "_deprecated.default_folder", "deprecated": true},
"VIAL_ENABLE": {"info_key": "_invalid.vial", "invalid": true}
}