github.com/yoheimuta/protolint@v0.49.8-0.20240515023657-4ecaebb7575d/_example/proto/issue_292/.notgostyle.yaml (about)

     1  ---
     2  # Lint directives.
     3  lint:
     4    # Linter rules.
     5    # Run `protolint list` to see all available rules.
     6    rules:
     7      # Determines whether or not to include the default set of linters.
     8      no_default: true
     9  
    10      # Set the default to all linters. This option works the other way around as no_default does.
    11      # If you want to enable this option, delete the comment out below and no_default.
    12      # all_default: true
    13  
    14      # The specific linters to add.
    15      add:
    16        - MESSAGES_HAVE_COMMENT
    17        - SERVICES_HAVE_COMMENT
    18        - RPCS_HAVE_COMMENT
    19        - FIELDS_HAVE_COMMENT
    20        - ENUMS_HAVE_COMMENT
    21        - ENUM_FIELDS_HAVE_COMMENT