Remove DEFAULT_FOLDER handling (#23281)

This commit is contained in:
Joel Challis 2025-06-09 05:08:56 +01:00 committed by GitHub
parent 94f1aade5c
commit 0326355edc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 20 additions and 58 deletions

View file

@ -53,8 +53,8 @@
"WS2812_DRIVER": {"info_key": "ws2812.driver"},
// Items we want flagged in lint
"DEFAULT_FOLDER": {"info_key": "_deprecated.default_folder", "deprecated": true},
"CTPC": {"info_key": "_invalid.ctpc", "invalid": true, "replace_with": "CONVERT_TO=proton_c"},
"CONVERT_TO_PROTON_C": {"info_key": "_invalid.ctpc", "invalid": true, "replace_with": "CONVERT_TO=proton_c"},
"DEFAULT_FOLDER": {"info_key": "_invalid.default_folder", "invalid": true},
"VIAL_ENABLE": {"info_key": "_invalid.vial", "invalid": true}
}