-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Troublesome commitlint #93
Comments
More on this, still trying to commit
Errors I get are
What is the subject anyway? My point is: this just doesn't feel natural, and its very annoying |
How about making this loose rule? 🤔 This rule is used in vuejs project. @trezy What do you think? 🤔 |
I don't think you can use upper-case letters anywhere in the commit. feat(test): merged develop and added storybook and backstopjs tests |
@guastallaigor that turns out to be true, when I used lower-case letters it worked, but that's not how I expect it to work, and that's why I opened this issue 👍 |
@evexoio Yes I understand, I'm used to commit using upper-case letters aswell, but in this repo I'm trying to get used to commiting using only lower-case letters. |
More to this, if you end your commit message with a dot it'll get rejected as well 🤧 |
All of the
Now, I will say that the |
@evexoio Absolutely! I’ll take a look at that tomorrow. I’m hosting a big holiday party today. If anybody wants to look into it sooner, you’ll want to look into |
Commit subjects can now start with capital letters and end with periods. closes #93
Please, could someone explain me how to make a commit from the command line? This is what I'm doing:
I've trying to do it since this morning but I don't understand husky. According to the docs
What I am doing wrong? 😟 🙇♂️ 🙏 |
Hello @4k1k0, as up to this moment all messages must be like this |
Thank you so much! It worked like a charm. |
@4k1k0 @guastallaigor actually I merged #144 Upper-case letters are ok now, as well as a dot at the end of a sentence :) |
🎉 This issue has been resolved in version 1.0.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Since we've added commitlint, I've discussed it being removed.
Here's what I tried to just do a very basic thing:
Every time once of these got me an error, I tried to modify my commit messages based on the error only to get other errors.
I was done, and I wanted to use
--no-verify
to just skip this linting for commit message, but still, I get an error.Do we REALLY need this? I see this as anti-productive instead of the other way around.
The text was updated successfully, but these errors were encountered: