Skip to content

marionebl/conventional-changelog-lint-config-patternplate

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Lint your commits, patternplate-style

conventional-changelog-lint-config-patternplate

Shareable conventional-changelog-lint config enforcing the patternplate commit convention.

Installation

Fetch it with npm

npm install --save-dev conventional-changelog-lint-config-patternplate conventional-changelog-lint

Usage

Install and use as conventional-changelog-lint shareable config.

// .conventional-changelog-lintrc
{
  "extends": ["patternplate"]
}

⇨ See conventional-changelog-lint/shareable-config for details

Rules

conventional-changelog-lint-config-patternplate extends the shareable angular config. Additionally these rules apply:

Problems

The following rules are considered problems for conventional-changelog-lint-config-patterplate and will yield a non-zero exit code when not met.

scope-enum

  • description: scope is found in value
  • rule: always
  • value: determined based on pattern tree. system and all pattern ids present in patterns are allowed

⇨ See conventional-changelog-lint/shareable-config for available rules


Copyright 2016 by Mario Nebl and contributors. Released under the MIT license.