Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: remove husky hooks #2898

Merged
merged 2 commits into from
Apr 15, 2022
Merged

chore: remove husky hooks #2898

merged 2 commits into from
Apr 15, 2022

Conversation

dyladan
Copy link
Member

@dyladan dyladan commented Apr 13, 2022

Fixes #2078

Remove husky and commitlint. Now that we're using manual changelogs, we don't need to enforce conventional commits so strictly in this repository. I still think we should strive to use them in PR titles, but I have found myself being mostly annoyed by the enforced hooks and using --no-verify flag most of the time.

@dyladan dyladan requested a review from a team April 13, 2022 15:24
@Flarna
Copy link
Member

Flarna commented Apr 13, 2022

fixes: #2078

@codecov
Copy link

codecov bot commented Apr 13, 2022

Codecov Report

Merging #2898 (d94a4c3) into main (83355af) will not change coverage.
The diff coverage is n/a.

❗ Current head d94a4c3 differs from pull request most recent head c197ba0. Consider uploading reports for the commit c197ba0 to get more accurate results

@@           Coverage Diff           @@
##             main    #2898   +/-   ##
=======================================
  Coverage   93.30%   93.30%           
=======================================
  Files         165      165           
  Lines        5605     5605           
  Branches     1178     1178           
=======================================
  Hits         5230     5230           
  Misses        375      375           

Copy link
Member

@legendecas legendecas left a comment

Choose a reason for hiding this comment

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

I'm in favor of this. 👍

@dyladan
Copy link
Member Author

dyladan commented Apr 13, 2022

Note this might cause confusing errors for people next time they do a full clean and install because the hooks will still exist in their .git directory and will fail because husky binary is missing. The fix is to manually remove all hooks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove Husky
4 participants