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
"EmptyMessage": "Error EmptyMessage: commit message has no content except whitespaces.",
"EmptyHeader": "Error EmptyHeader: header (first line) has no content except whitespaces.",
"BadHeaderFormat": "Error BadHeaderFormat: header (first line) not following the rule:\n%s\nif you can not find any error after check, maybe you use full-width colon, or lack of whitespace after the colon.",
"WrongType": "Error WrongType: %s, type should be one of the keywords:\n%s",
"ScopeMissing": "Error ScopeMissing: (scope) is required right after type.",
"WrongScope": "Error WrongScope: %s, scope should be one of the keywords:\n%s",
"BodyMissing": "Error BodyMissing: body has no content except whitespaces.",
"NoBlankLineBeforeBody": "Error NoBlankLineBeforeBody: no empty line between header and body.",
"LineOverLong": "Error LineOverLong: the length of line is %d, exceed %d:\n%s",
"UndefindedError": "Error UndefindedError: unexpected error occurs, please raise an issue."
},
"rule": "Commit message rule as follow:\n<type>(<scope>): <subject>\n// empty line\n<body>\n// empty line\n<footer>\n\n(<scope>), <body> and <footer> are optional by default\n<type> must be one of %s\nmore specific instructions, please refer to: https://github.com/JayceChant/commit-msg"