0.1.0 • Published 6 years ago

tds-commitlint v0.1.0

Weekly downloads
1
License
UNLICENSED
Repository
-
Last release
6 years ago

TDS Commit Linter

How to use?

Just place the following code in your package.json file. Husky is a peer-dependency which is automatically installed by this package, through it the commit-msg hook can be hooked into by our script (named tdslint)

"husky": {
  "hooks": {
    "commit-msg": "tdslint"
  }
}

Rules

  • All commits are expected to be no more than 72 characters on their first line
  • The full commit (including description) of the Commit is expected to be under 350 characters.
  • The commit messages must begin with the words CINTDS-, ad-hoc, release, CINOWIO- or hotfix.
0.1.0

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago