github.com/yoheimuta/protolint@v0.49.8-0.20240515023657-4ecaebb7575d/internal/linter/config/fileNamesLowerSnakeCaseOption.go (about)

     1  package config
     2  
     3  // FileNamesLowerSnakeCaseOption represents the option for the FILE_NAMES_LOWER_SNAKE_CASE rule.
     4  type FileNamesLowerSnakeCaseOption struct {
     5  	CustomizableSeverityOption
     6  	Excludes []string `yaml:"excludes" json:"excludes" toml:"excludes"`
     7  }