Skip to content

an example hook to prevent sensitive information from being committed

License

Notifications You must be signed in to change notification settings

rfuehrer/pre-commit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

pre-commit hooks

These scripts placed in this repository work as pre-commit hooks. Their primary purpose is to check code and commit messages for sensitive (unwanted) content before publishing them.

It is recommended that you install the pre-commit hooks as early as possible, so that all changes can be checked at each commit.

vkey checker

Edit your .pre-commit-config.yaml to call pre-commit hook

-   repo: https://github.com/rfuehrer/pre-commit
    rev: v1.12
    hooks:
    -   id: vkeycheck

About

an example hook to prevent sensitive information from being committed

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages