oxc/tasks/lint_rules
Yuji Sugiura ce94714c31
feat(tasks): Enable tasks/lint_rules CI (#2118)
Part of #2020

👉🏻  See generated comment on #2117
2024-01-22 15:29:37 +08:00
..
src feat(tasks): Enable tasks/lint_rules CI (#2118) 2024-01-22 15:29:37 +08:00
Cargo.toml feat/tasks: expose linter RULES and use it for listing (#2083) 2024-01-19 16:45:00 +08:00
README.md feat(tasks): Implement lint_rules --update (#2113) 2024-01-22 13:44:41 +08:00

tasks/lint_rules

Task to update implementation progress for each linter plugin.

Usage:
  $ cargo run <plugin_name> [--update]

Arguments:
  plugin_name: Name of the target plugin

Options:
  --update: Update GitHub issue comment
  -h, --help: Show this message

Environment variables GITHUB_TOKEN is required when --update is specified.