-
Notifications
You must be signed in to change notification settings - Fork 89
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
3 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ id: GORULE:0000058 | |
title: "Object extensions should conform to the extensions-patterns.yaml file in metadata" | ||
type: repair | ||
fail_mode: hard | ||
status: proposed | ||
status: implemented | ||
tags: [context-import] | ||
contact: "[email protected]" | ||
--- | ||
|
@@ -16,3 +16,5 @@ applied. | |
Extensions in annotations should conform to these constraints. If an element of a | ||
disjunction in the extensions does not follow one of the constraints as listed in | ||
the above file, that element should be dropped from the extensions. | ||
|
||
Note that in the GO Central pipeline, this is only implmented upon imports of external annotations into Noctua. |