Skip to content

Commit bbfd403

Browse files
author
Chris Mc
authored
(#14370) linter: dont allow backport as patch type (to match docs)
1 parent 0af3607 commit bbfd403

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

linter/conandata_yaml_linter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def main():
3030
"patch_file": Str(),
3131
"patch_description": Str(),
3232
"patch_type": Enum(
33-
["official", "conan", "portability", "backport", "vulnerability"]
33+
["official", "conan", "portability", "bugfix", "vulnerability"]
3434
),
3535
Optional("patch_source"): Str(),
3636
Optional("sha256"): Str(), # Really uncommon

0 commit comments

Comments
 (0)