aboutsummaryrefslogtreecommitdiff
path: root/commitlint.config.js
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-04-29 15:46:22 +0000
committerGitHub <[email protected]>2021-04-29 15:46:22 +0000
commitfd05ae12b431e46135542c62596bb258e7d73c43 (patch)
tree6a1c5917d478ad437af77e36deef678acbf25444 /commitlint.config.js
parentfix(deps): update rust crate tokio-util to 0.6.6 (diff)
parentMerge pull request #10 from Whirlsplash/renovate/rust-tokio-1.x (diff)
downloadwhirl-fd05ae12b431e46135542c62596bb258e7d73c43.tar.xz
whirl-fd05ae12b431e46135542c62596bb258e7d73c43.zip
Merge branch 'develop' into renovate/rust-tokio-util-0.x
Diffstat (limited to 'commitlint.config.js')
-rw-r--r--commitlint.config.js12
1 files changed, 12 insertions, 0 deletions
diff --git a/commitlint.config.js b/commitlint.config.js
new file mode 100644
index 0000000..d3ca128
--- /dev/null
+++ b/commitlint.config.js
@@ -0,0 +1,12 @@
+module.exports = {
+ extends: ["@commitlint/config-conventional"],
+ rules: {
+ "scope-enum": [
+ 2,
+ "always",
+ [
+ "global",
+ ],
+ ],
+ },
+};