linters

package module
v1.4.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 12, 2025 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New

func New(settings any) (register.LinterPlugin, error)

Types

type Element

type Element struct {
	Name string `json:"name"`
}

type MySettings

type MySettings struct {
	One   string    `json:"one"`
	Two   []Element `json:"two"`
	Three Element   `json:"three"`
}

type PluginTerraformDescription added in v1.4.3

type PluginTerraformDescription struct {
	// contains filtered or unexported fields
}

func (*PluginTerraformDescription) BuildAnalyzers added in v1.4.3

func (f *PluginTerraformDescription) BuildAnalyzers() ([]*analysis.Analyzer, error)

func (*PluginTerraformDescription) GetLoadMode added in v1.4.3

func (f *PluginTerraformDescription) GetLoadMode() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL