mirror of
https://github.com/nasa/openmct.git
synced 2024-12-19 05:07:52 +00:00
20 lines
498 B
JSON
20 lines
498 B
JSON
{
|
|
"linters": [
|
|
{
|
|
"name": "descriptionRegexp",
|
|
"config": {
|
|
"regexp": "[x|X]] Testing instructions",
|
|
"errorMessage": ":police_officer: PR Description does not confirm that associated issue(s) contain Testing instructions"
|
|
}
|
|
},
|
|
{
|
|
"name": "descriptionMinWords",
|
|
"config": {
|
|
"minWordsCount": 160,
|
|
"errorMessage": ":police_officer: Please, be sure to use existing PR template."
|
|
}
|
|
}
|
|
],
|
|
"disableWord": "pr:daveit"
|
|
}
|