Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 694 Bytes

buf.md

File metadata and controls

37 lines (22 loc) · 694 Bytes
title sidebar_label description
Buf
Buf
CodeRabbit's guide to Buf.

Buf offers linting for Protobuf files.

:::note Tools are available under Pro-tier. :::

Files

Buf will run on files with the following extensions:

  • .proto

Configuration

Buf uses a YAML style configuration file. We look for the following file anywhere in the repository:

  • buf.yaml

If no config file is found, CodeRabbit will consider the following categories of strictness based on the profile selected:

Chill

  • MINIMAL

Assertive

  • BASIC

Links