package
Version:
v0.3.0
Opens a new window with list of versions in this module.
Published: Nov 18, 2022
License: MIT
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
lint
import "github.com/eunomie/dague/kong/lint"
Index
type GovulnCmd
GovulnCmd runs govulncheck on Go source code.
type GovulnCmd struct{}
func (GovulnCmd) Run
func (GovulnCmd) Run() error
Run govulncheck in dagger
type Lint
Lint regroups a default set of linters to analyse source code.
type Lint struct {
Govuln GovulnCmd `cmd:"" group:"lint" help:"checks vulnerabilities in Go code"`
}
Generated by gomarkdoc
Documentation
¶
GovulnCmd runs govulncheck on Go source code.
Run govulncheck in dagger
type Lint struct {
Govuln GovulnCmd `cmd:"" group:"lint" help:"checks vulnerabilities in Go code"`
}
Lint regroups a default set of linters to analyse source code.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.