Skip to content

Removed validation-check hook#6313

Closed
witoszekdev wants to merge 1 commit intomainfrom
remove-claude-code-plugins
Closed

Removed validation-check hook#6313
witoszekdev wants to merge 1 commit intomainfrom
remove-claude-code-plugins

Conversation

@witoszekdev
Copy link
Member

Removed hook that checks TypeScript errors on Claude Code stop editing files

This is not needed anymore, since they added LSP support.

@witoszekdev witoszekdev requested a review from a team as a code owner February 4, 2026 12:02
@changeset-bot
Copy link

changeset-bot bot commented Feb 4, 2026

⚠️ No Changeset found

Latest commit: 11b614c

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

Copy link
Contributor

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 TypeScript validation hook that was previously executed when Claude stops editing files. The hook is being removed because Claude now has built-in LSP (Language Server Protocol) support, making the external validation check redundant.

Changes:

  • Removed the "Stop" hook configuration from .claude/settings.json
  • Deleted the validation script .claude/hooks/validation-check.sh that performed TypeScript type checking and linting

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
.claude/settings.json Removed the "Stop" hook configuration that triggered the validation check
.claude/hooks/validation-check.sh Deleted the shell script that ran TypeScript type checking and ESLint validation

@witoszekdev witoszekdev closed this Feb 4, 2026
@codecov
Copy link

codecov bot commented Feb 4, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 42.59%. Comparing base (3693eb4) to head (11b614c).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #6313   +/-   ##
=======================================
  Coverage   42.59%   42.59%           
=======================================
  Files        2497     2497           
  Lines       43384    43384           
  Branches     9851     9851           
=======================================
  Hits        18479    18479           
  Misses      24868    24868           
  Partials       37       37           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

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.

2 participants