mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
75c40ddd61
The dev-infra commit message validation optionally can check for lines to not exceed a given amount of characters. This is desired for most commit messages, but sometimes not actionable if a long URL is inserted into the commit message. With this commit, we skip the max line length check for lines that start with an URL. PR Close #37890