We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e15e362 commit d858245Copy full SHA for d858245
tools/src/test/proto/buf_breaking-version.yaml
@@ -3,4 +3,12 @@
3
version: v2
4
breaking: # https://buf.build/docs/configuration/v2/buf-yaml#breaking
5
use: # see https://buf.build/docs/breaking/overview#rules-and-categories
6
- - WIRE
+ - 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