Skip to content

Commit

Permalink
chore: remove conventional-changelog-lint
Browse files Browse the repository at this point in the history
remove `conventional-changelog-lint` for now because of:

* [footer-leading-blank is complaining when there is no footer · Issue #13 · marionebl/conventional-changelog-lint](conventional-changelog/commitlint#13)
  • Loading branch information
whizark committed Apr 9, 2017
1 parent 40524c3 commit cd3b5e4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
7 changes: 0 additions & 7 deletions .conventional-changelog-lintrc

This file was deleted.

5 changes: 0 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,29 +8,24 @@
"scripts" : {
"precommit" : "npm run --silent lint",
"cz" : "git cz",
"commitmsg" : "conventional-changelog-lint --edit",
"release:first" : "standard-versoin --sign --first-release",
"release:patch" : "standard-versoin --sign --release-as pathc",
"release:minor" : "standard-versoin --sign --release-as minor",
"release:major" : "standard-versoin --sign --release-as major",
"release" : "standard-versoin --sign",
"gulp" : "gulp",
"lint:commit" : "conventional-changelog-lint --from=HEAD~1",
"lint:md" : "remark .",
"lint" : "npm-run-all --parallel --silent --continue-on-error lint:*",
"watch:lint:md" : "chokidar \"./**/*.md\" --ignore \"node_modules/**/*\" -c \"npm run --silent lint:md\"",
"watch:lint" : "npm-run-all --parallel --silent --continue-on-error watch:lint:*",
"watch" : "npm-run-all --parallel --silent --continue-on-error watch:lint",
"ci:lint:commit": "conventional-changelog-lint --from=HEAD~1",
"ci:lint:md" : "remark --frail .",
"ci:lint" : "npm-run-all --parallel --continue-on-error ci:lint:*"
},
"devDependencies": {
"npm-run-all" : "~4.0.2",
"chokidar-cli" : "~1.2.0",
"husky" : "~0.13.3",
"conventional-changelog-lint" : "~1.1.9",
"conventional-changelog-lint-config-cz": "~0.3.0",
"@whizark/cz-cli" : "~0.3.0",
"standard-version" : "~4.0.0",
"gulp" : "^3.9.1",
Expand Down

0 comments on commit cd3b5e4

Please sign in to comment.