Skip to content

Commit

Permalink
chore: add justification info for repo_link in RepoVerificationFacts …
Browse files Browse the repository at this point in the history
…class

Signed-off-by: Mohammad Abdollahpour <[email protected]>
  • Loading branch information
mabdollahpour-ol committed Oct 30, 2024
1 parent 1b017f6 commit 50e8a33
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class RepoVerificationFacts(CheckFacts):
id: Mapped[int] = mapped_column(ForeignKey("_check_facts.id"), primary_key=True) # noqa: A003

#: Repository link identified by Macaron's repo finder.
repo_link: Mapped[str] = mapped_column(String, nullable=True)
repo_link: Mapped[str] = mapped_column(String, nullable=True, info={"justification": JustificationType.HREF})

#: Repository link identified by deps.dev.
deps_dev_repo_link: Mapped[str | None] = mapped_column(
Expand Down

0 comments on commit 50e8a33

Please sign in to comment.