Skip to content

Commit

Permalink
validator: Demote developer-name-tag-deprecated to info severity for now
Browse files Browse the repository at this point in the history
Resolves: #560
  • Loading branch information
ximion committed Nov 25, 2023
1 parent d2eb316 commit 0e12d98
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/as-validator-issue-tag.h
Original file line number Diff line number Diff line change
Expand Up @@ -566,7 +566,7 @@ AsValidatorIssueTag as_validator_issue_tag_list[] = {
},

{ "developer-name-tag-deprecated",
AS_ISSUE_SEVERITY_WARNING,
AS_ISSUE_SEVERITY_INFO,
/* TRANSLATORS: Please do not translate AppStream tag and property names (in backticks). */
N_("The toplevel `developer_name` element is deprecated. Please use the `name` element in a "
"`developer` block instead."),
Expand Down
2 changes: 2 additions & 0 deletions src/as-validator.c
Original file line number Diff line number Diff line change
Expand Up @@ -645,6 +645,8 @@ as_validator_add_override (AsValidator *validator,
"tag-empty",
/* allow GNOME to validate metadata using its new versioning scheme (until a better solution is found) */
"releases-not-in-order",
/* allowed for a while, as part of the deprecation phase */
"developer-name-tag-deprecated",
NULL
};

Expand Down

0 comments on commit 0e12d98

Please sign in to comment.