Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 300 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 300 Bytes

protoc-gen-gapi-lint

A protoc plugin that runs api-linter.

Usage

# buf.gen.yaml
version: v1

managed:
  enabled: true

plugins:
  - name: gapi-lint
    out: internal/proto
    opt:
      - paths=source_relative
      - config=buf.lint.yaml