Skip to content

chaewonkong/gocmt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gocmt

go commit lint. Based on Angular commit conventions. Forces to use the following format when committing a message.

<type>: <short summary>

LINK: AngularJS Git Commit Message Conventions

Usage

$ go install github.com/chaewonkong/gocmt@latest

Run:

$ gocmt init

Supported types

  • feat
  • fix
  • docs
  • style
  • refactor
  • test
  • build
  • ci
  • perf
  • chore