github.com/nozzle/golangci-lint@v1.49.0-nz3/pkg/config/linters.go (about) 1 package config 2 3 type Linters struct { 4 Enable []string 5 Disable []string 6 EnableAll bool `mapstructure:"enable-all"` 7 DisableAll bool `mapstructure:"disable-all"` 8 Fast bool 9 10 Presets []string 11 }