We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f133ae4 commit 4d367f9Copy full SHA for 4d367f9
3 files changed
.commitlintrc.yaml
@@ -0,0 +1,7 @@
1
+rules:
2
+ description-empty: # Description shouldn't be empty
3
+ level: warning
4
+ subject-empty: # Subject line should exist
5
+ level: error
6
+ type-empty: # Type must not be empty
7
.samoyed/commit-msg
@@ -0,0 +1,3 @@
+#!/usr/bin/env sh
+
+commitlint --edit $1
samoyed.toml
0 commit comments