-
Notifications
You must be signed in to change notification settings - Fork 280
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into ed/splitMapper
- Loading branch information
Showing
92 changed files
with
1,106 additions
and
872 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,58 +1,58 @@ | ||
- id: buf-generate | ||
name: buf generate | ||
language: golang | ||
language_version: 1.22.1 | ||
language_version: 1.23.0 | ||
entry: buf generate | ||
types: [proto] | ||
pass_filenames: false | ||
- id: buf-breaking | ||
name: buf breaking | ||
language: golang | ||
language_version: 1.22.1 | ||
language_version: 1.23.0 | ||
entry: buf breaking | ||
types: [proto] | ||
pass_filenames: false | ||
- id: buf-lint | ||
name: buf lint | ||
language: golang | ||
language_version: 1.22.1 | ||
language_version: 1.23.0 | ||
entry: buf lint | ||
types: [proto] | ||
pass_filenames: false | ||
- id: buf-format | ||
name: buf format | ||
language: golang | ||
language_version: 1.22.1 | ||
language_version: 1.23.0 | ||
entry: buf format -w --exit-code | ||
types: [proto] | ||
pass_filenames: false | ||
- id: buf-dep-update | ||
name: buf dep update | ||
language: golang | ||
language_version: 1.22.1 | ||
language_version: 1.23.0 | ||
entry: buf dep update | ||
files: '(buf\.lock|buf\.yaml)' | ||
pass_filenames: false | ||
- id: buf-dep-prune | ||
name: buf dep prune | ||
language: golang | ||
language_version: 1.22.1 | ||
language_version: 1.23.0 | ||
entry: buf dep prune | ||
files: '(buf\.lock|buf\.yaml)' | ||
pass_filenames: false | ||
# Deprecated: use buf-dep-update instead. | ||
- id: buf-mod-update | ||
name: buf mod update | ||
language: golang | ||
language_version: 1.22.1 | ||
language_version: 1.23.0 | ||
entry: buf mod update | ||
files: '(buf\.lock|buf\.yaml)' | ||
pass_filenames: false | ||
# Deprecated: use buf-dep-prune instead. | ||
- id: buf-mod-prune | ||
name: buf mod prune | ||
language: golang | ||
language_version: 1.22.1 | ||
language_version: 1.23.0 | ||
entry: buf mod prune | ||
files: '(buf\.lock|buf\.yaml)' | ||
pass_filenames: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.