stripe-redux-promise-middleware
Version:
Redux middleware for handling promises and optimistic updates
37 lines (36 loc) • 1.18 kB
JSON
// https://gitmagic.io/rules
{
"commit": {
"cannot_be_fixup": true,
"subject_must_be_in_tense": "imperative",
"subject_must_start_with_case": "upper",
"subject_must_end_with_dot": false,
"subject_cannot_be_empty": true,
"subject_must_be_longer_than": 4,
"subject_must_be_shorter_than": 51,
"subject_must_be_single_line": true,
"body_lines_must_be_shorter_than": 73
},
"pull_request": {
"subject_cannot_be_empty": true,
"subject_must_be_longer_than": 4,
"subject_must_be_shorter_than": 80,
"subject_must_be_in_tense": "imperative",
"subject_must_start_with_case": "upper",
"subject_must_not_end_with_dot": true,
"body_cannot_be_empty": true,
"body_must_include_verification_steps": true,
"body_must_close_github_issue": true,
"body_must_include_github_issue": true
},
"issue": {
"subject_cannot_be_empty": true,
"subject_must_be_longer_than": 4,
"subject_must_be_shorter_than": 80,
"subject_must_be_in_tense": "imperative",
"subject_must_start_with_case": "upper",
"subject_must_not_end_with_dot": true,
"body_cannot_be_empty": true,
"label_must_be_set": true
}
}