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
Remove ignoreUnsupportedConstraintTraits from integration test models (#2516)
* Remove `ignoreUnsupportedConstraintTraits` from integration test models
Now that constraint traits are supported in server SDKs (with some
corner case caveats, see
#1401), we can remove
`ignoreUnsupportedConstraintTraits` from the codegen config of the
integration test models.
* Bring back ignoreUnsupportedConstraintTraits in RestJsonValidation model
Copy file name to clipboardExpand all lines: codegen-server/src/main/kotlin/software/amazon/smithy/rust/codegen/server/smithy/ValidateUnsupportedConstraints.kt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -262,7 +262,7 @@ fun validateUnsupportedConstraints(
0 commit comments