Home

Awesome

<img align="left" width="85" height="85" src="https://raw.githubusercontent.com/lppedd/idea-conventional-commit-commitlint/master/images/logo.png" alt="Plugin logo">

Commitlint Conventional Commit

Available @ JetBrains Plugins Repository

Looking for the latest plugin binaries? Get them here as .zip
<small>Supported IDE versions from 0.1.3: 202.6397 to 222.* (both inclusive)</small>
<small>Supported IDE versions upto 0.1.2: 192.**** to 203.* (both inclusive)</small>


This plugin extends the functionality of Conventional Commit to provide commit types and scopes via Commitlint rules. The only requisite is to have a .commitlintrc.json file in the project's root directory.

The considered rules are type-enum and scope-enum.

<br /> <img src="https://raw.githubusercontent.com/lppedd/idea-conventional-commit-commitlint/master/images/example.png" alt="Completion example">

Author