Skip to content

Conversation

@ryoppippi
Copy link
Member

@ryoppippi ryoppippi commented Dec 29, 2025

Remove typos configuration and pre-push hook integration from the project.

Changes:

  • Delete typos.toml configuration file
  • Remove typos check from lefthook.yaml pre-push jobs

The typos tool is no longer needed for this project's workflow.


Summary by cubic

Removed the typos CLI to streamline both CI and pre-push workflows and reduce checks. Deleted typos.toml, removed the typos job from lefthook.yaml, and dropped the typos job from .github/workflows/ci.yaml.

Written for commit 0b0cd6a. Summary will update automatically on new commits.

Remove typos configuration and pre-push hook integration:
- Delete typos.toml configuration file
- Remove typos check from lefthook.yaml pre-push jobs

The typos tool is no longer needed for this project's workflow.
Copilot AI review requested due to automatic review settings December 29, 2025 08:41
@ryoppippi ryoppippi requested a review from a team as a code owner December 29, 2025 08:41
@pkg-pr-new
Copy link

pkg-pr-new bot commented Dec 29, 2025

Open in StackBlitz

npm i https://pkg.pr.new/StackOneHQ/stackone-ai-node/@stackone/ai@265

commit: 0b0cd6a

Copy link
Contributor

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 2 files

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR removes the typos CLI tooling from the project by deleting the typos configuration file and removing the typos check from the pre-push hook. However, the removal is incomplete as references to typos remain in other parts of the codebase.

Key changes:

  • Removed typos.toml configuration file containing locale settings, ignore patterns, and file exclusions
  • Removed typos job from the lefthook.yaml pre-push hook

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
typos.toml Deleted the entire typos configuration file with its locale, ignore patterns, and file exclusions
lefthook.yaml Removed the typos job from the pre-push hook, leaving only the knip job

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines 19 to 22
pre-push:
jobs:
- name: typos
run: typos --config typos.toml
- name: knip
run: pnpm run lint:knip
Copy link

Copilot AI Dec 29, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The typos job has been removed from the pre-push hook, but the typos tool is still referenced in other parts of the project. The GitHub Actions CI workflow (.github/workflows/ci.yaml) still contains a typos job (lines 33-43) that runs "nix develop --command typos ." which will fail without the typos.toml configuration file. Additionally, flake.nix still includes typos and typos-lsp packages in the development environment (lines 30-31). For a complete removal of the typos tooling, these references should also be removed.

Copilot uses AI. Check for mistakes.
Copy link
Contributor

@glebedel glebedel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

The typos CLI tooling is being removed from the project.
This removes the corresponding CI job that was checking for typos.
@ryoppippi ryoppippi merged commit f9937d4 into main Dec 29, 2025
16 checks passed
@ryoppippi ryoppippi deleted the chore/remove-typos-cli branch December 29, 2025 14:23
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

Successfully merging this pull request may close these issues.

3 participants