Documentation
¶
Overview ¶
Package terraformlinter contains a linter implementation that verifies terraform files against our internal style guide and reports on all violations.
Index ¶
Constants ¶
View Source
const ( None tokenPosition = iota LeadingStart LeadingEnd ProviderStart ProviderCenter ProviderEnd Ignored Trailing )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Linter ¶ added in v0.2.0
type Linter struct {
// contains filtered or unexported fields
}
Linter is an instance of a linter type.
func (*Linter) AddFinding ¶ added in v0.2.0
AddFinding adds a finding to the linter, skipping any ignored rules. It is safe for calling concurrently.
Click to show internal directories.
Click to hide internal directories.