Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(commitlint): fix type-enum options #99

Merged
merged 1 commit into from
Mar 28, 2018

Conversation

pi0
Copy link
Contributor

@pi0 pi0 commented Mar 28, 2018

fixes #94, #98

@@ -12,7 +12,7 @@ const Configuration = {
'subject-full-stop': [2, 'never', '.'],
'type-case': [2, 'always', 'lower-case'],
'type-empty': [2, 'never'],
'type-enum': [
'type-enum': [2, 'always', [
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@d3viant0ne is this correct? my review was requested but I dunno much about this

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is, commitlint API changed. That was that error you got in the CLI regarding enum

@joshwiens joshwiens merged commit c301bbc into webpack-contrib:master Mar 28, 2018
@pi0 pi0 deleted the patch-1 branch March 28, 2018 12:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

seem like commitlint.config.js is invalid
4 participants