You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Checks ModelValidation, SemanticValidation, and BreakingChanges are all failing, because they consider the changes to specification/common-types as "spec changes" and try to validate the files, which always fails since they're aren't complete specs.
Fix is to exclude /specification/common-types/** and /*.json (json files in repo root) when detecting spec files to analyze.
The text was updated successfully, but these errors were encountered:
PR: #33043
Checks ModelValidation, SemanticValidation, and BreakingChanges are all failing, because they consider the changes to
specification/common-types
as "spec changes" and try to validate the files, which always fails since they're aren't complete specs.Fix is to exclude
/specification/common-types/**
and/*.json
(json files in repo root) when detecting spec files to analyze.The text was updated successfully, but these errors were encountered: