Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
commitlint-config-perun
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Perun
commitlint-config-perun
Commits
1a8f7b81
Verified
Commit
1a8f7b81
authored
1 year ago
by
Pavel Břoušek
Browse files
Options
Downloads
Patches
Plain Diff
style: prettier
parent
4ffc7026
No related branches found
No related tags found
No related merge requests found
Pipeline
#379822
passed
1 year ago
Stage: .pre
Stage: test
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
index.js
+16
-13
16 additions, 13 deletions
index.js
with
16 additions
and
13 deletions
index.js
+
16
−
13
View file @
1a8f7b81
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
"
,
},
},
},
};
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment