Skip to content

Latest commit

 

History

History
33 lines (28 loc) · 946 Bytes

code-quality-measures-using-git-pre-commit-hooks.md

File metadata and controls

33 lines (28 loc) · 946 Bytes
title date slug category summary description cover showtoc draft
Code Quality Control Using Pre-Commit
2021-09-13 16:25:28 +0530
code-quality-control-using-pre-commit-git-hooks
DevOps
Are you tired of running ESLint/Prettier each time you write some code? Or perhaps you find yourself in situations wherein bad code creeps into production making the CI/CD pipeline to complain all the time. Well for you my friend, there's a solution & it's called Git Hooks.
Are you tired of running ESLint/Prettier each time you write some code? Or perhaps you find yourself in situations wherein bad code creeps into production making the CI/CD pipeline to complain all the time. Well for you my friend, there's a solution & it's called Git Hooks.
image alt caption relative
true
true

Intro

Describe the Solution

Detailed Instructions to Configure Pre-Commit

Explain the Caveats

Final Words