File tree 1 file changed +9
-1
lines changed
1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
# commitlint
4
4
5
- commitlint checks if your commit messages meets the [ conventional commit format] ( https://www.conventionalcommits.org/en/v1.0.0/ )
5
+ commitlint checks if your commit message meets the [ conventional commit format] ( https://www.conventionalcommits.org/en/v1.0.0/ )
6
6
7
7
```
8
8
<type>[optional scope]: <description>
@@ -117,6 +117,10 @@ To lint a message, you can use any one of the following
117
117
- commit message file passed to ` --message ` command-line argument
118
118
- ` .git/COMMIT_EDITMSG ` in current directory
119
119
120
+ #### hook
121
+
122
+ - To create hook files, run ` commitlint hook create `
123
+
120
124
### Default Config
121
125
122
126
``` yaml
@@ -232,6 +236,10 @@ Total 1 errors, 0 warnings
232
236
233
237
To create a sample config, run ` commitlint config create `
234
238
239
+ - How can I skip lint check for a commit?
240
+
241
+ use ` --no-verify ` flag with ` git commit ` which skips commit hooks
242
+
235
243
## License
236
244
237
245
All packages are licensed under [ MIT License] ( https://github.com/conventionalcommit/commitlint/tree/master/LICENSE.md )
You can’t perform that action at this time.
0 commit comments