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

     1  package config
     2  
     3  // EnumsHaveCommentOption represents the option for the ENUMS_HAVE_COMMENT rule.
     4  type EnumsHaveCommentOption struct {
     5  	CustomizableSeverityOption
     6  	ShouldFollowGolangStyle bool `yaml:"should_follow_golang_style" json:"should_follow_golang_style" toml:"should_follow_golang_style"`
     7  }