-
Notifications
You must be signed in to change notification settings - Fork 2
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
Increase default length limit #9
Conversation
All checks failed, but probably not related xD |
Ah it is related, we expect failure in the test, but it now passes, can you increase the test commit length pls? |
Tests are failing because of this change in the dependency: pawamoy/git-changelog@f191ed7 |
480d30a
to
7e0871c
Compare
Fixed tests, this needs git-changelog 2.5 or higher now, which no longer works with Python 3.7. Therefore I am bumping supported Python versions up a notch. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice one, thank you! 🧡
@@ -1,6 +1,6 @@ | |||
import sys | |||
|
|||
def check_commit(commit, jira_project, length_limit=70) -> int: | |||
def check_commit(commit, jira_project, length_limit=135) -> int: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Totally not a birth date of someone I know :-)
Since it is not configurable, I am increasing, how about that?