Documentation
¶
Index ¶
- type Metrics
- type Option
- func OptionExcludeRules(ruleIDs []string) Option
- func OptionIncludeIgnored(include bool) Option
- func OptionIncludePassed(include bool) Option
- func OptionIncludeRules(ruleIDs []string) Option
- func OptionScanAllDirectories(all bool) Option
- func OptionSkipDownloaded(skip bool) Option
- func OptionStopOnHCLError(stop bool) Option
- func OptionStopOnRuleErrors(stop bool) Option
- func OptionWithConfigFile(path string) Option
- func OptionWithCustomCheckDir(dir string) Option
- func OptionWithDebugWriter(w io.Writer) Option
- func OptionWithExcludePaths(paths []string) Option
- func OptionWithIncludeOnlyResults(ids []string) Option
- func OptionWithSingleThread(single bool) Option
- func OptionWithTFVarsPaths(paths []string) Option
- func OptionWithWorkspaceName(name string) Option
- type Scanner
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Option ¶
type Option func(s *Scanner)
func OptionExcludeRules ¶
func OptionIncludeIgnored ¶
func OptionIncludePassed ¶
func OptionIncludeRules ¶
func OptionSkipDownloaded ¶
func OptionStopOnHCLError ¶
func OptionStopOnRuleErrors ¶
func OptionWithConfigFile ¶
func OptionWithDebugWriter ¶
func OptionWithExcludePaths ¶
func OptionWithSingleThread ¶
func OptionWithTFVarsPaths ¶
func OptionWithWorkspaceName ¶
Click to show internal directories.
Click to hide internal directories.