global

package
v0.1.21 Latest Latest
Warning

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

Go to latest
Published: May 30, 2025 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Global

type Global struct {
	Linters Linters `mapstructure:"linters-settings"`
}

type LinterConfig

type LinterConfig struct {
	Impact *pkg.Level `mapstructure:"impact"`
}

func (LinterConfig) IsWarn added in v0.1.10

func (c LinterConfig) IsWarn() bool

type Linters

type Linters struct {
	Container  LinterConfig `mapstructure:"container"`
	Hooks      LinterConfig `mapstructure:"hooks"`
	Images     LinterConfig `mapstructure:"images"`
	License    LinterConfig `mapstructure:"license"`
	Module     LinterConfig `mapstructure:"module"`
	NoCyrillic LinterConfig `mapstructure:"no-cyrillic"`
	OpenAPI    LinterConfig `mapstructure:"openapi"`
	Rbac       LinterConfig `mapstructure:"rbac"`
	Templates  LinterConfig `mapstructure:"templates"`
}

Jump to

Keyboard shortcuts

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