Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Aug 16, 2025. It is now read-only.

buf docs#77

Merged
cr-ruhanmuzaffar merged 2 commits intomainfromruhan/buf
Aug 20, 2024
Merged
Show file tree
Hide file tree
Changes fromall commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 33 additions & 0 deletionsdocs/tools/buf.md
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
---
title: Buf
sidebar_label: Buf
description: CodeRabbit's guide to Buf.
---

[Buf](https://buf.build/) 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

- [Buf Configuration](https://buf.build/docs/configuration/v2/buf-yaml#lint)
2 changes: 2 additions & 0 deletionsdocs/tools/tools.md
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -60,6 +60,7 @@ Remove extraneous f prefix
| Typescript | [Biome][Biome] |
| YAML | [YamlLint][YamlLint] |
| Ruby | [Rubocop][Rubocop] |
| Buf | [Buf][Buf] |

[ShellCheck]: ./shellcheck.md
[Ruff]: ./ruff.md
Expand All@@ -75,3 +76,4 @@ Remove extraneous f prefix
[Checkov]: ./checkov.md
[Detekt]: ./detekt.md
[Rubocop]: ./rubocop.md
[Buf]: ./buf.md
1 change: 0 additions & 1 deletionsrc/components/YamlEditor/YamlEditor.tsx
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -30,7 +30,6 @@ reviews:
drafts: false
chat:
auto_reply: true

`;
export default function YamlEditor() {
const [value, setValue] = useState(initialValue);
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp