Skip to content

🤫 Go linter to find print debug statements

License

Notifications You must be signed in to change notification settings

konradreiche/shush

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🤫 shush

Go Reference actions codecov

A Go linter to report fmt.Println which may have been unintentionally left in the code for debugging purposes.

Install

go install github.com/konradreiche/shush/cmd/shush

Usage

shush ./...

You can also run it as part of go vet.

go vet -vettool=$(which shush)

About

🤫 Go linter to find print debug statements

Topics

Resources

License

Stars

Watchers

Forks

Languages