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

Integrate lint.deno.land directly #1218

Open
crowlKats opened this issue Nov 29, 2024 · 0 comments
Open

Integrate lint.deno.land directly #1218

crowlKats opened this issue Nov 29, 2024 · 0 comments

Comments

@crowlKats
Copy link
Member

crowlKats commented Nov 29, 2024

This is a solution for denoland/deno_lint#1300.

The idea is that all markdown files for each individual lint rule is present in the cli repo, and docs.deno.com renders them out, in a similar fashion to lint.deno.land. This gives much better visibility for rules, while also giving us the possibility to have more structured pages for lint rules.

Things needed to be done to do this in the deno repository:

  • Add a directory for markdown files for all rules, however does not include these in the binary
  • Add a subcommand/flag to get a list of all the lint rules without any additional information
  • Add a lint step in the CI that checks any added rules have a corresponding markdown file

Things to do in this repository:

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