bosun-monitor / bosun

Time Series Alerting Framework
http://bosun.org
MIT License
3.4k stars 495 forks source link

Fix linter issues #2482

Closed muffix closed 3 years ago

muffix commented 4 years ago

Description

This adds documentation to all exported functions of all packages.

Before this change:

$ make golint
(...)
Found 861 lint suggestions; failing.
make: *** [golint] Error 1

Now:

$ make golint
(...)
Found 187 lint suggestions; failing.
make: *** [golint] Error 1

All remaining complaints by golint are about the naming of structs and fields that should be reviewed separately.

Type of change

How has this been tested?

Checklist: