An open API service indexing awesome lists of open source software.

https://github.com/lppedd/idea-conventional-commit-commitlint

Provides additional commit types and scopes via Commitlint rules.
https://github.com/lppedd/idea-conventional-commit-commitlint

commitlint conventional-commit hacktoberfest idea idea-plugin intellij-idea intellij-plugin

Last synced: 3 months ago
JSON representation

Provides additional commit types and scopes via Commitlint rules.

Awesome Lists containing this project

README

        

Plugin logo

# Commitlint Conventional Commit

### Available @ [JetBrains Plugins Repository][1]

Looking for the latest **plugin binaries**? Get them [here][2] as `.zip`
Supported IDE versions **from 0.1.3**: `202.6397` to `222.*` (both inclusive)
Supported IDE versions **upto 0.1.2**: `192.****` to `203.*` (both inclusive)

-----

This plugin extends the functionality of [Conventional Commit][3] 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**.



Completion example

-----

## Author

- Edoardo Luppi ()

[1]: https://plugins.jetbrains.com/plugin/14046-commitlint-conventional-commit
[2]: https://github.com/lppedd/idea-conventional-commit-commitlint/releases
[3]: https://github.com/lppedd/idea-conventional-commit