oxc/tasks/lint_rules/README.md
Yuji Sugiura b88b8bbdad
feat(tasks): Implement lint_rules --update (#2113)
Part of #2020

- Implement GitHub REST API call part
- Clarify `--update` flag responsibility
2024-01-22 13:44:41 +08:00

355 B

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.