Skip to content

Commit

Permalink
(fixup) Remove duplicated a rule of FILE_LOWER_SNAKE_CASE since BAS…
Browse files Browse the repository at this point in the history
…IC includes it
  • Loading branch information
tnasu committed Jul 13, 2023
1 parent f9c979e commit c12e289
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions proto/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ https://buf.build/
go run github.com/bufbuild/buf/cmd/buf help
```

## buf.yaml
See:
- https://buf.build/docs/lint/overview/
- https://buf.build/docs/lint/rules/

## if you update `buf.yaml`, should also update `buf.lock`
```script
cd proto && go run github.com/bufbuild/buf/cmd/buf mod update && cd ..
Expand Down
1 change: 0 additions & 1 deletion proto/buf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,4 @@ breaking:
lint:
use:
- BASIC
- FILE_LOWER_SNAKE_CASE
- UNARY_RPC

0 comments on commit c12e289

Please sign in to comment.