github.com/yoheimuta/protolint@v0.49.8-0.20240515023657-4ecaebb7575d/_testdata/autodisable/disabled_inline_enum_field_names.proto (about)

     1  syntax = "proto3";
     2  
     3  enum Enum {
     4    ENUM_unknown_UNSPECIFIED = 0; // protolint:disable:this ENUM_FIELD_NAMES_UPPER_SNAKE_CASE
     5  }