diff options
| author | Fuwn <[email protected]> | 2021-04-29 15:46:22 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-04-29 15:46:22 +0000 |
| commit | fd05ae12b431e46135542c62596bb258e7d73c43 (patch) | |
| tree | 6a1c5917d478ad437af77e36deef678acbf25444 /commitlint.config.js | |
| parent | fix(deps): update rust crate tokio-util to 0.6.6 (diff) | |
| parent | Merge pull request #10 from Whirlsplash/renovate/rust-tokio-1.x (diff) | |
| download | whirl-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.js | 12 |
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", + ], + ], + }, +}; |