R/contribution_linter.R
lintPrTitle.Rd
The ticket ID belongs in the branch name only. The PR title must not carry any reference such as GDR-<id> or (GDR-<id>).
GDR-<id>
(GDR-<id>)
lintPrTitle(title)
character(1) PR title.
NULL invisibly if no violations are found. Stops with an error otherwise.
NULL
lintPrTitle("feat: add contribution linter") #> PR title lint violations: OK!