You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'subject-max-length': [1, 'always', 110], // Warn when commit message is above 110 characters (longest commit message seen thus far in this repository).
'subject-min-length': [1, 'always', 10], // Warn when commit message is below 10 characters (shortest commit message seen thus far in this repository).