mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-06 09:15:49 -05:00
9db632f0e1
- Check if the PR contains a single commit, and fail otherwise. - Enable commitlint to check if commits adhere to the conventialcommits.org spec. - Update the the pull request template to point to the conventional commit spec. - Update the dependabot configuration to add the "build(...)" prefix to commits.
10 lines
218 B
JSON
10 lines
218 B
JSON
{
|
|
"name": "commitlint-container-image",
|
|
"private": true,
|
|
"version": "0.0.1-local",
|
|
"dependencies": {
|
|
"@commitlint/cli": "^18.4.3",
|
|
"@commitlint/config-conventional": "^18.4.3"
|
|
},
|
|
"license": "MIT"
|
|
}
|