MCPcopy Create free account
hub / github.com/TheThingsNetwork/lorawan-stack / Quality

Method Quality

tools/mage/go.go:184–187  ·  view source on GitHub ↗

Quality runs code quality checks on Go files.

()

Source from the content-addressed store, hash-verified

182
183// Quality runs code quality checks on Go files.
184func (g Go) Quality() {
185 mg.Deps(g.Fmt)
186 _ = g.Lint() // Errors are allowed.
187}
188
189func init() {
190 preCommitChecks = append(preCommitChecks, Go.Quality)

Callers

nothing calls this directly

Calls 2

LintMethod · 0.95
DepsMethod · 0.45

Tested by

no test coverage detected