Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

♻️ CodeAuditor to scan markdown files in PRs #855

Closed
tombui99 opened this issue Mar 14, 2024 · 0 comments
Closed

♻️ CodeAuditor to scan markdown files in PRs #855

tombui99 opened this issue Mar 14, 2024 · 0 comments

Comments

@tombui99
Copy link
Member

CodeAuditor should be able to check markdown files in PRs to prevent broken content changes getting merged to production.

CodeAuditor will check for the following in the PRs:

  • Scan all markdown files to check content changes
  • Scan for all broken Urls
    • If the url does not include internal path (i.e. "/some-rule") then append with provided parameter
    • If the url is yet to exist (referencing a new link from the same PR) then it should check for all files in the PR to confirm this url will work after merge and then ignore it
  • Scan for all bad HTMLs by converting from markdown to HTML
  • If the Rule in PR is getting archived then it should be ignored
@tombui99 tombui99 closed this as not planned Won't fix, can't repro, duplicate, stale May 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant