Skip to content

Commit

Permalink
build(commitlint): Remove semantic-commitlint
Browse files Browse the repository at this point in the history
This removes `semantic-commitlint` from both the local build pipeline and the CI build pipeline. The
original value of `semantic-commitlint` was that it would handle linting only the relevant commits,
i.e. the commit range under review for a PR. However, the library doesn't seem to respect our
altered `commitlint` rules, so we'll be switching to an alternate strategy to handle linting of
specific ranges.

#13
  • Loading branch information
trezy committed Dec 10, 2018
1 parent 1089154 commit e5ab238
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1,680 deletions.
14 changes: 0 additions & 14 deletions .circleci/config.yml
Expand Up @@ -94,17 +94,6 @@ jobs:
paths:
- css

commitlint:
<<: *defaults

steps:
- attach_workspace:
at: .

- run:
name: Lint commit messages
command: npx semantic-commitlint -- --ci

lint:
<<: *defaults

Expand Down Expand Up @@ -179,9 +168,6 @@ workflows:
# - coverage:
# requires:
# - install-dependencies
- commitlint:
requires:
- install-dependencies
- lint:
requires:
- install-dependencies
Expand Down

0 comments on commit e5ab238

Please sign in to comment.