github.com/chenfeining/golangci-lint@v1.0.2-0.20230730162517-14c6c67868df/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 }