Automated maintenance via GitHub workflows
mainLinter rule maintenance is automated via a GitHub workflow (.github/workflows/bot_updater.yaml) that runs on a weekday schedule or can be triggered manually. It performs two tasks:
- Update Exclusion Table: Regenerates the exclusion table in the README if changes are detected and opens a PR titled
docs: update exclusion table. - Remove Deprecated Rules: Automatically removes deprecated rules, creates a new version, and opens a PR titled
feat: remove deprecated rules.