summaryrefslogtreecommitdiff
path: root/.commitlintrc.json
diff options
context:
space:
mode:
authorNejc Habjan <nejc.habjan@siemens.com>2020-08-30 13:12:13 +0200
committerNejc Habjan <nejc.habjan@siemens.com>2020-08-30 14:10:24 +0200
commit82070b2d2ed99189aebb1d595430ad5567306c4c (patch)
treea9496f4181a5b3858434810269d283b4482ff1ff /.commitlintrc.json
parent28aa17e56df5de4f2c74c831910559387414c487 (diff)
downloadgitlab-82070b2d2ed99189aebb1d595430ad5567306c4c.tar.gz
chore(env): add pre-commit and commit-msg hookschore/pre-commit-config
Diffstat (limited to '.commitlintrc.json')
-rw-r--r--.commitlintrc.json3
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"]
+}