Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 351 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 351 Bytes

pre-commit-docker

A Docker image that runs pre-commits on your code.

Install

Please see Code Validation for installation instructions.

Remove Githook

git config --unset core.hooksPath

Re-add Githook

git config core.hooksPath .githooks