cline/.github
Yaroslav Halchenko 45b1666325
Add codespell support (config, workflow to detect/not fix) and make it fix some typos (#2939)
* Add github action to codespell main on push and PRs

* Add rudimentary codespell config

* run codespell throughout fixing typos automagically (but ignoring overall fail due to ambigous ones)

=== Do not change lines below ===
{
 "chain": [],
 "cmd": "codespell -w || :",
 "exit": 0,
 "extra_inputs": [],
 "inputs": [],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^

* Do interactive fixing of some ambigous typos

=== Do not change lines below ===
{
 "chain": [],
 "cmd": "codespell -w -i 3 -C 4",
 "exit": 0,
 "extra_inputs": [],
 "inputs": [],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^

* Fix Formatting

---------

Co-authored-by: Dennis Bartlett <bartlett.dc.1@gmail.com>
2025-04-16 19:53:16 -07:00
..
ISSUE_TEMPLATE Add provider/model to bug report template (#2626) 2025-04-01 22:26:13 -07:00
scripts Add coverage tests to github workflow for PRs to main (#2500) 2025-03-31 19:48:01 -07:00
workflows Add codespell support (config, workflow to detect/not fix) and make it fix some typos (#2939) 2025-04-16 19:53:16 -07:00
CODEOWNERS Add saito-sv as CodeOwner (#2339) 2025-03-19 22:14:45 -07:00
dependabot.yml [ENG-126] Migrate to Vite (#1876) 2025-02-27 14:45:46 -08:00
pull_request_template.md Add new types to PR template (#2750) 2025-04-08 19:20:02 -07:00