Documentation
¶
Index ¶
Constants ¶
View Source
const ( PlaceholderBasePath = "${base-path}" // Deprecated: it must be removed in v2. // [PlaceholderBasePath] will be the only one placeholder as it is a dynamic value based on // [github.com/golangci/golangci-lint/pkg/config.Run.RelativePathMode]. PlaceholderConfigDir = "${configDir}" )
Placeholders used inside linters to evaluate relative paths.
Variables ¶
View Source
var LinterLogger = logutils.NewStderrLog(logutils.DebugKeyLinter)
LinterLogger must be use only when the context logger is not available.
Functions ¶
func GetGoFileNames ¶ added in v1.63.4
func StaticCheckConfig ¶
func StaticCheckConfig(settings *config.StaticCheckSettings) *scconfig.Config
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.