You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
husky > npm run -s commitmsg (node v8.11.1)
D:\Projetos\Git\inovafarma\node_modules\@commitlint\cli\lib\cli.js:70
throw err;
^
TypeError: ensure-case: Unknown target case"lower-case,camel-case"
at toCase (D:\Projetos\Git\inovafarma\node_modules\@commitlint\ensure\lib\case.js:73:10)
at Object.ensureCase as case
at exports.default (D:\Projetos\Git\inovafarma\node_modules\@commitlint\rules\lib\scope-case.js:29:26)
at D:\Projetos\Git\inovafarma\node_modules\@commitlint\lint\lib\index.js:136:18
at Array.map (<anonymous>)
at D:\Projetos\Git\inovafarma\node_modules\@commitlint\lint\lib\index.js:117:8
at <anonymous>
husky > commit-msg hook failed (add --no-verify to bypass)
Expected Behavior
Allow multiple values in scope-case
Current Behavior
Throw an error when try to commit
Affected packages
Steps to Reproduce (for bugs)
fix(enum): test item
commitlint.config.js
package.json
commitlint --version
git --version
node --version
The text was updated successfully, but these errors were encountered: