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.
- Host: GitHub
- URL: https://github.com/lppedd/idea-conventional-commit-commitlint
- Owner: lppedd
- License: mit
- Created: 2020-04-01T00:40:30.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-06-07T15:33:08.000Z (almost 3 years ago)
- Last Synced: 2025-01-30T17:38:44.378Z (3 months ago)
- Topics: commitlint, conventional-commit, hacktoberfest, idea, idea-plugin, intellij-idea, intellij-plugin
- Language: Kotlin
- Homepage: https://plugins.jetbrains.com/plugin/14046-commitlint-conventional-commit
- Size: 130 KB
- Stars: 29
- Watchers: 3
- Forks: 1
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- Changelog: change-notes/0_1_0.html
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - lppedd/idea-conventional-commit-commitlint - Provides additional commit types and scopes via Commitlint rules. (Kotlin)
README
# 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**.
-----
## 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