Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrVerifyFailed = errors.New("verify failed")
ErrVerifyFailed is returned by Verify when one or more linters report errors.
Functions ¶
Types ¶
type Options ¶
type Options struct {
HideWarnings bool // suppress Warn-level diagnostics from output
ShowIgnored bool // include Ignored-level diagnostics in output
Remote string // registry reference to verify instead of the current package directory
LintConfig string // lint config path to use instead of package-relative discovery
}
Options controls which diagnostic severities are surfaced in the output.
Directories
¶
| Path | Synopsis |
|---|---|
|
linters/icon
Package icon validates package-icon content (format, size, dimensions).
|
Package icon validates package-icon content (format, size, dimensions). |
|
linters/oss
Package oss validates optional oss.yaml package metadata.
|
Package oss validates optional oss.yaml package metadata. |
Click to show internal directories.
Click to hide internal directories.