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

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