Skip to content

jpeach/go-message-fmt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-message-fmt

Go linter for log message formatting.

Current checks:

  • that logrus log messages are not capitalized
  • that kingpin command help is capitalized

Installation

$ go install .

Running

$ go-message-fmt ./...
/Users/jpeach/upstream/contour/internal/k8s/status.go:123:12: message starts with uppercase: "Update was a no-op"
...

About

Go linter for log message formatting.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages