Skip to content

Commit

Permalink
test negatives
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Kowalleck <[email protected]>
  • Loading branch information
jkowalleck committed Feb 23, 2024
1 parent 96a4a63 commit d5a060a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion buf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ lint: # https://buf.build/docs/configuration/v1/buf-yaml#lint
ignore_only:
DEFAULT: # https://buf.build/docs/lint/rules#default
# exising schema files may not stick to the rules -- this is acknowledged.
- "schema/bom-1.5.proto"
# - "schema/bom-1.5.proto"
- "schema/bom-1.4.proto"
- "schema/bom-1.3.proto"
allow_comment_ignores: true # the so-called "baseline" is done by annotating exceptions
Expand Down
2 changes: 1 addition & 1 deletion tools/src/test/proto-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ docker run \
--volume "$(pwd):/workspace" \
--workdir /workspace \
bufbuild/buf:1.29.0 \
lint --error-format "$LOG_FORMAT"
lint --error-format "$LOG_FORMAT" --debug

# check protobuf schema files for breaking changes
# docker run \
Expand Down

0 comments on commit d5a060a

Please sign in to comment.