Skip to content

Commit d858245

Browse files
committed
versionCompare
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent e15e362 commit d858245

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

tools/src/test/proto/buf_breaking-version.yaml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,12 @@
33
version: v2
44
breaking: # https://buf.build/docs/configuration/v2/buf-yaml#breaking
55
use: # see https://buf.build/docs/breaking/overview#rules-and-categories
6-
- WIRE
6+
- WIRE
7+
exceptions:
8+
- path: schema/bom-1.5.proto
9+
except:
10+
- RULE_ID
11+
severity: WARN
12+
# - 'schema/bom-1.5.proto' # possible breaks are acknowledged for this specific version only
13+
#- 'schema/bom-1.6.proto' # possible breaks are acknowledged for this specific version only
14+
# DO NOT ADD NEW VERSIONS HERE WITHOUT CONSULTING THE CDX CORE-WORKING-GROUP

0 commit comments

Comments
 (0)