ci: remove scripts and documentation supporting/enforcing conventional commit standards
parent
98312f85
No related branches found
No related tags found
Showing
- .gitlab-ci.yml 0 additions, 1 deletion.gitlab-ci.yml
- CONTRIBUTING.md 0 additions, 45 deletionsCONTRIBUTING.md
- commitlint.config.js 0 additions, 1 deletioncommitlint.config.js
- package-lock.json 0 additions, 4374 deletionspackage-lock.json
- package.json 0 additions, 18 deletionspackage.json
- scripts/deploy/02_wait_for_helmreleases.sh 1 addition, 1 deletionscripts/deploy/02_wait_for_helmreleases.sh
- scripts/lint_changelog.sh 0 additions, 22 deletionsscripts/lint_changelog.sh
- scripts/lint_commits.sh 0 additions, 35 deletionsscripts/lint_commits.sh
- scripts/lint_version.sh 0 additions, 64 deletionsscripts/lint_version.sh
commitlint.config.js
deleted
100644 → 0
package-lock.json
deleted
100644 → 0
This diff is collapsed.
package.json
deleted
100644 → 0
{ | ||
"name": "umbrella", | ||
"description": "Big Bang is a declarative, continuous delivery tool for core DoD hardened and approved [packages](#packages) into a Kubernetes cluster. Big Bang follows a [GitOps](#gitops) approach to configuration management, using [Flux v2](#flux-v2) to reconcile Git with the cluster. Environments (e.g. dev, prod) and packages (e.g. istio) can be fully configured to suit the deployment needs.", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://repo1.dso.mil/platform-one/big-bang/bigbang.git" | ||
}, | ||
"devDependencies": { | ||
"@commitlint/cli": "^11.0.0", | ||
"@commitlint/config-conventional": "^11.0.0", | ||
"husky": "^3.0.0" | ||
}, | ||
"husky": { | ||
"hooks": { | ||
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS" | ||
} | ||
} | ||
} |
scripts/lint_changelog.sh
deleted
100755 → 0
scripts/lint_commits.sh
deleted
100755 → 0
scripts/lint_version.sh
deleted
100755 → 0
Please register or sign in to comment