File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change 22
33# commitlint  
44
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/ ) 
66
77``` 
88<type>[optional scope]: <description> 
@@ -117,6 +117,10 @@ To lint a message, you can use any one of the following
117117-  commit message file passed to ` --message `  command-line argument
118118-  ` .git/COMMIT_EDITMSG `  in current directory
119119
120+ #### hook  
121+ 
122+ -  To create hook files, run ` commitlint hook create ` 
123+ 
120124### Default Config  
121125
122126``` yaml 
@@ -232,6 +236,10 @@ Total 1 errors, 0 warnings
232236
233237  To create a sample config, run ` commitlint config create ` 
234238
239+ -  How can I skip lint check for a commit?
240+ 
241+   use ` --no-verify `  flag with ` git commit `  which skips commit hooks
242+ 
235243## License  
236244
237245All 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