Skip to content
This repository has been archived by the owner on Jan 29, 2023. It is now read-only.

Commit

Permalink
fix: remove commitlint from this project (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx authored Mar 28, 2018
1 parent 08a5730 commit beb4b4e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ jobs:
- v4-{{checksum ".circleci/config.yml"}}
- v4
- run: .circleci/greenkeeper
- run: yarn add -D mocha-junit-reporter@1 @commitlint/cli@6 @commitlint/config-conventional@6
- run: yarn exec commitlint -- -x @commitlint/config-conventional --from origin/master
- run: yarn add -D mocha-junit-reporter@1
- run: yarn exec nps lint
- persist_to_workspace: {root: node_modules, paths: ["*"]}
node-latest-multi:
Expand Down
1 change: 0 additions & 1 deletion templates/.commitlintrc.js

This file was deleted.

0 comments on commit beb4b4e

Please sign in to comment.