Skip to content
Snippets Groups Projects
Verified Commit 1a8f7b81 authored by Pavel Břoušek's avatar Pavel Břoušek
Browse files

style: prettier

parent 4ffc7026
No related branches found
No related tags found
No related merge requests found
Pipeline #379822 passed
module.exports = {
extends: ["@commitlint/config-conventional"],
"helpUrl": "https://gitlab.ics.muni.cz/perun/common/-/blob/main/CONTRIBUTING.md",
helpUrl:
"https://gitlab.ics.muni.cz/perun/common/-/blob/main/CONTRIBUTING.md",
rules: {
"scope-enum": [2, "always", ["release", "deps"]],
"body-max-line-length": [2, "always", 200]
"body-max-line-length": [2, "always", 200],
},
"prompt": {
"questions": {
"isIssueAffected": {
"description": "Are there any specifics for deployment (upgrade notes)?"
prompt: {
questions: {
isIssueAffected: {
description: "Are there any specifics for deployment (upgrade notes)?",
},
"issuesBody": {
"description": "If there are deployment/upgrade notes, the commit requires a body. Please enter a longer description of the commit itself"
issuesBody: {
description:
"If there are deployment/upgrade notes, the commit requires a body. Please enter a longer description of the commit itself",
},
"issues": {
"description": "Enter DEPLOYMENT NOTE: description of what needs to be done"
}
}
}
issues: {
description:
"Enter DEPLOYMENT NOTE: description of what needs to be done",
},
},
},
};
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment