diff options
| author | Nejc Habjan <nejc.habjan@siemens.com> | 2020-08-30 13:12:13 +0200 |
|---|---|---|
| committer | Nejc Habjan <nejc.habjan@siemens.com> | 2020-08-30 14:10:24 +0200 |
| commit | 82070b2d2ed99189aebb1d595430ad5567306c4c (patch) | |
| tree | a9496f4181a5b3858434810269d283b4482ff1ff /.commitlintrc.json | |
| parent | 28aa17e56df5de4f2c74c831910559387414c487 (diff) | |
| download | gitlab-82070b2d2ed99189aebb1d595430ad5567306c4c.tar.gz | |
chore(env): add pre-commit and commit-msg hookschore/pre-commit-config
Diffstat (limited to '.commitlintrc.json')
| -rw-r--r-- | .commitlintrc.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.commitlintrc.json b/.commitlintrc.json new file mode 100644 index 0000000..c30e5a9 --- /dev/null +++ b/.commitlintrc.json @@ -0,0 +1,3 @@ +{ + "extends": ["@commitlint/config-conventional"] +} |
