Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 612 Bytes

buf.md

File metadata and controls

33 lines (19 loc) · 612 Bytes
title sidebar_label description
Buf
Buf
CodeRabbit's guide to Buf.

Buf offers linting for Protobuf files.

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