Skip to content

Conversation

@mrubens
Copy link
Collaborator

@mrubens mrubens commented Feb 23, 2025

Important

Add Knip check for unused files and remove several unused files from the project.

  • GitHub Actions:
    • Adds knip job to code-qa.yml to check for unused files using Knip.
    • Configures Node.js environment and installs dependencies before running Knip.
  • Configuration:
    • Introduces knip.json to specify entry points, project files, and ignored paths for Knip.
  • Package Management:
    • Adds knip script to package.json to run Knip checks.
    • Adds knip as a dev dependency in package.json.
  • File Removals:
    • Deletes o1-format.ts, DiagnosticsMonitor.ts, TerminalActions.ts, get-python-env.ts, Demo.tsx, TabNavbar.tsx, and GitService.ts as unused files.

This description was created by Ellipsis for 816847c. It will automatically update as commits are pushed.

@changeset-bot
Copy link

changeset-bot bot commented Feb 23, 2025

⚠️ No Changeset found

Latest commit: 816847c

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@dosubot dosubot bot added size:XXL This PR changes 1000+ lines, ignoring generated files. enhancement New feature or request labels Feb 23, 2025
@dosubot dosubot bot added the lgtm This PR has been approved by a maintainer label Feb 23, 2025
@mrubens mrubens force-pushed the knip branch 4 times, most recently from 6326efc to 129c76d Compare February 23, 2025 05:59
@dosubot dosubot bot added size:XL This PR changes 500-999 lines, ignoring generated files. and removed size:XXL This PR changes 1000+ lines, ignoring generated files. labels Feb 23, 2025
@mrubens mrubens merged commit 47fc679 into main Feb 23, 2025
7 checks passed
@mrubens mrubens deleted the knip branch February 23, 2025 06:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request lgtm This PR has been approved by a maintainer size:XL This PR changes 500-999 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants