Skip to content

Commit b4f7e97

Browse files
committed
chore: implement format fot commit messages
Install commitlint and commitizen tools to help to normalize commit messages
1 parent 699c4b5 commit b4f7e97

File tree

4 files changed

+6988
-689
lines changed

4 files changed

+6988
-689
lines changed

.husky/commit-msg

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/bin/sh
2+
. "$(dirname "$0")/_/husky.sh"
3+
4+
npx commitlint --edit $1

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# PHP Code Sniffer Helpers
22

3+
[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)
34
![Packagist PHP Version Support](https://img.shields.io/packagist/php-v/nelson6e65/code-sniffer-helpers)
45

56
[![GitHub release](https://img.shields.io/github/tag/nelson6e65/php-code-sniffer-helpers.svg?logo=github)](https://github.com/nelson6e65/php-code-sniffer-helpers/tags)

0 commit comments

Comments
 (0)