package
0.8.1
Repository: https://github.com/stevenh/go-uncalled.git
Documentation: pkg.go.dev

# Functions

ConfigFile is an Analyzer option which loads and merges a config from file to our default config.
ConfigOpt is an Analyzer option which merges in cfg to our default config.
LogLevel is an Analyzer option which configures its log level.
NewAnalyzer returns a new Analyzer configured with options that checks for missing calls.

# Structs

Config represents the configuration for uncalled Analyzer.
Expect represents a result call expectation.
Result is a result expected from a rule call.
Rule represents an individual rule for uncalled Analyzer.

# Type aliases

Option represents an Analyzer option.