-
-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Jan Kowalleck <[email protected]>
- Loading branch information
1 parent
5beb76f
commit a28e496
Showing
5 changed files
with
32 additions
and
67 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,6 @@ | ||
# This is the config for "Buf" - a ProtocolBuffer linter/checker/more | ||
# see https://buf.build/docs/configuration/v2/buf-yaml | ||
version: v2 | ||
lint: # https://buf.build/docs/configuration/v2/buf-yaml#lint | ||
except: | ||
- FIELD_NOT_REQUIRED | ||
- PACKAGE_NO_IMPORT_CYCLE | ||
disallow_comment_ignores: true | ||
breaking: # https://buf.build/docs/configuration/v2/buf-yaml#breaking | ||
use: # see https://buf.build/docs/breaking/overview#rules-and-categories | ||
- WIRE | ||
except: | ||
- EXTENSION_NO_DELETE | ||
- FIELD_SAME_DEFAULT | ||
- WIRE |
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,15 +1,9 @@ | ||
# This is the config for "Buf" - a ProtocolBuffer linter/checker/more | ||
# see https://buf.build/docs/configuration/v2/buf-yaml | ||
version: v2 | ||
lint: # https://buf.build/docs/configuration/v2/buf-yaml#lint | ||
except: | ||
- FIELD_NOT_REQUIRED | ||
- PACKAGE_NO_IMPORT_CYCLE | ||
disallow_comment_ignores: true | ||
breaking: # https://buf.build/docs/configuration/v2/buf-yaml#breaking | ||
use: # see https://buf.build/docs/breaking/overview#rules-and-categories | ||
- WIRE | ||
except: | ||
- EXTENSION_NO_DELETE | ||
- FIELD_SAME_DEFAULT | ||
- FILE_SAME_PACKAGE | ||
# scope is to detect changes from one version to the other -> so ignore "FILE_SAME_PACKAGE" | ||
- FILE_SAME_PACKAGE |
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 was deleted.
Oops, something went wrong.
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