From 472d0e1dcb50bd04a51c3c57dc194a19438a7b97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ingo=20B=C3=BCrk?= Date: Sun, 19 Jan 2020 09:20:42 +0100 Subject: [PATCH] chore: do not require commit signoff --- commitlint.config.js | 1 - 1 file changed, 1 deletion(-) diff --git a/commitlint.config.js b/commitlint.config.js index ec08cb7..5e9ae01 100644 --- a/commitlint.config.js +++ b/commitlint.config.js @@ -4,6 +4,5 @@ module.exports = { 'subject-case': [ 0 ], 'scope-enum': [ 2, 'always', [ 'core', 'demo', 'docs', 'scripts', 'other', 'deps', 'release' ] ], 'type-enum': [ 2, 'always', [ 'feat', 'fix', 'chore', 'test', 'docs', 'style', 'refactor', 'revert' ] ], - 'signed-off-by': [ 2, 'always', 'Signed-off-by:' ], }, };