You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# See https://pre-commit.com for more information# See https://pre-commit.com/hooks.html for more hooksrepos:
- repo: https://github.com/rustwasm/twiggyrev: v3.2.0hooks:
- id: topargs = ["-n", "20"]
- id: garbage
- id: ...
This'd then be used to pass or fail a commit based on if for example, the top code offenders reached above a certain size which can be configured in the config
🙌 Are you interested in implementing this feature?
Add an "X" to one of the following:
Yes
Yes if I had a mentor to help me
No
The text was updated successfully, but these errors were encountered:
💡 Feature Description
Allows testing code before commit. https://pre-commit.com
💻 Example Usage
.pre-commit-config.yaml
This'd then be used to pass or fail a commit based on if for example, the top code offenders reached above a certain size which can be configured in the config
🙌 Are you interested in implementing this feature?
Add an "X" to one of the following:
The text was updated successfully, but these errors were encountered: