Skip to content
#

coreos

Here are 210 public repositories matching this topic...

Kaitou786
Kaitou786 commented Oct 7, 2020

Describe the bug
Currently we check our code with golangci-lint, which in itself catches most of the things, but having comments over exported function is not caught by it, it'll be nice to enable both the linters. Currently there are some warnings by this linter on the main branch

To Reproduce
Run: golint ./... | grep -v zz_generated #to ignore the auto-generated files

**Expe

Improve this page

Add a description, image, and links to the coreos topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the coreos topic, visit your repo's landing page and select "manage topics."

Learn more