Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsIgnoredFile ¶
isIgnoredFile returns true if the given filename (which must not have a directory path ahead of it) should be ignored as e.g. an editor swap file. See https://github.com/hashicorp/terraform/blob/d35bc05/internal/configs/parser_config_dir.go#L107
Types ¶
type DiagnosticSource ¶
type DiagnosticSource int
DiagnosticSource differentiates different sources of diagnostics.
const ( HCLParsingSource DiagnosticSource = iota SchemaValidationSource ReferenceValidationSource TerraformValidateSource )
func (DiagnosticSource) String ¶
func (d DiagnosticSource) String() string
type DiagnosticSourceState ¶
type DiagnosticSourceState map[DiagnosticSource]op.OpState
func (DiagnosticSourceState) Copy ¶
func (dss DiagnosticSourceState) Copy() DiagnosticSourceState
Click to show internal directories.
Click to hide internal directories.