Externals-VariableLimits

User-provided summary of possible variable values

Possible Messages

This rule has no predefined messages.

Options

The following places define options that affect this rule: Analysis-GlobalOptions

filename

filename : str = ''

Basepath-relative filename in which the variable summary holds.
 

max

max : int | None = None

Upper bound (inclusive) of possible values.
 

min

min : int | None = None

Lower bound (inclusive) of possible values.
 

variable

variable : bauhaus.analysis.config.QualifiedName = ''

Name of the variable for which the summary applies.