github.com/yoheimuta/protolint@v0.49.8-0.20240515023657-4ecaebb7575d/.pre-commit-hooks.yaml (about)

     1  ---
     2  - id: protolint
     3    name: Lint Protocol Buffer Files
     4    description: Runs protolint to lint Protocol Buffer files
     5    language: golang
     6    types: [proto]
     7    entry: protolint lint
     8  - id: protolint-docker
     9    name: Lint Protocol Buffer Files
    10    description: Runs protolint Docker image to lint Protocol Buffer files
    11    language: docker_image
    12    types: [proto]
    13    entry: yoheimuta/protolint lint