We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e96449 commit 9a5fbe3Copy full SHA for 9a5fbe3
README.md
@@ -11,6 +11,8 @@ This plugin extends the functionality of [Conventional Commit][2] to provide com
11
types and scopes via Commitlint rules. The only requisite is to have a `.commitlintrc.json` file
12
in the project's root directory.
13
14
+The considered rules are **type-enum** and **scope-enum**.
15
+
16
<br />
17
<img src="https://raw.githubusercontent.com/lppedd/idea-conventional-commit-commitlint/master/images/example.png" alt="Completion example">
18
plugin-description.html
@@ -6,6 +6,7 @@
6
The only requisite is to have a <code>.commitlintrc.json</code> file in the project's root
7
directory.
8
</p>
9
+<p>The considered rules are <strong>type-enum</strong> and <strong>scope-enum</strong></p>.
10
<br/>
<p>
Read additional details
0 commit comments