Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit e594990

Browse files
committedJan 24, 2025·
Change deprecated DEFAULT to STANDARD
1 parent c548ca6 commit e594990

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎grpc/buf.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ modules:
44
- path: ./
55
lint:
66
use:
7-
- DEFAULT
7+
- STANDARD
88
breaking:
99
use:
1010
- FILE

‎p2p/buf.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ modules:
44
- path: spec/
55
lint:
66
use:
7-
- DEFAULT
7+
- STANDARD
88
breaking:
99
use:
1010
- FILE

0 commit comments

Comments
 (0)
Please sign in to comment.