feat: change links in summary to be a blocking error and combined with formatting nag, banned links in description are also blocking

This commit is contained in:
tdgao
2026-08-26 18:16:55 -06:00
parent ed859272d3
commit 5dcd66f27f
12 changed files with 349 additions and 87 deletions
+1
View File
@@ -23,4 +23,5 @@ export * from './validators/link-checks'
export * from './validators/non-standard-text'
export * from './validators/profanity'
export * from './validators/project-fields'
export * from './validators/project-links'
export * from './validators/project-validation'