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

chore: allow longer lines in commit messages #241

Merged
merged 1 commit into from
Sep 9, 2024

Conversation

louib
Copy link
Collaborator

@louib louib commented Sep 8, 2024

The 100 character limit in the commit body is very limiting, especially when we want to include URLs. This PR should make the situation slightly better, although I think in the future we should completely disable the line length check if a line is found to contain a URL. This would also allow us to preserve a smaller length limit for lines that do not container a URL.

@louib louib force-pushed the configure-commitlint branch 13 times, most recently from 8423ab3 to 23bc131 Compare September 8, 2024 18:26
@louib louib marked this pull request as ready for review September 8, 2024 18:29
@droidmonkey
Copy link

I recommend getting rid of the limit altogether or make it something like 4096

@louib louib force-pushed the configure-commitlint branch from 23bc131 to faab197 Compare September 8, 2024 19:19
@sseemayer sseemayer merged commit 5c3390f into master Sep 9, 2024
7 checks passed
@sseemayer sseemayer deleted the configure-commitlint branch September 9, 2024 05:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants