Skip to content

Commit

Permalink
Change deprecated DEFAULT to STANDARD
Browse files Browse the repository at this point in the history
  • Loading branch information
AnkushinDaniil committed Jan 15, 2025
1 parent 5e78987 commit d32ff64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion grpc/buf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ modules:
- path: ./
lint:
use:
- DEFAULT
- STANDARD
breaking:
use:
- FILE
Expand Down
2 changes: 1 addition & 1 deletion p2p/buf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ modules:
- path: spec/
lint:
use:
- DEFAULT
- STANDARD
breaking:
use:
- FILE
Expand Down

0 comments on commit d32ff64

Please sign in to comment.