Skip to content

Commit

Permalink
golangci: enable GoDoc linting
Browse files Browse the repository at this point in the history
golint is scoring pretty low currently, because many exported
functions and variables are missing a well-formatted GoDoc comment:

https://goreportcard.com/report/github.com/opencontainers/runc

Signed-off-by: Sebastiaan van Stijn <[email protected]>
  • Loading branch information
thaJeztah committed Jun 1, 2021
1 parent 979e7c2 commit c462330
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,8 @@ run:
linters:
enable:
- gofmt
- golint

issues:
include:
- EXC0002

0 comments on commit c462330

Please sign in to comment.