Skip to content

Commit

Permalink
Formally deprecate DEFAULT_FOLDER (#24836)
Browse files Browse the repository at this point in the history
  • Loading branch information
zvecr authored Jan 20, 2025
1 parent d30cd87 commit 7a0dbe3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions data/mappings/info_rules.hjson
Original file line number Diff line number Diff line change
Expand Up @@ -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}
}

0 comments on commit 7a0dbe3

Please sign in to comment.