Skip to content

Commit 9606102

Browse files
AaryamanBhuteclaude
andcommitted
Ignore Stainless Endpoint/NotFound for removed Plaid endpoints
The Plaid endpoints were removed from the spec in PR #304 but are still referenced in the Stainless Studio config. Ignoring these diagnostics prevents the preview build from failing until the Studio config is updated. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 71182b6 commit 9606102

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.stainless/stainless.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -684,3 +684,6 @@ diagnostics:
684684
Schema/EnumHasOneMember: true
685685
Schema/RequiredPropertyNotDefined: true
686686
Schema/IsAmbiguous: true
687+
Endpoint/NotFound:
688+
- post /plaid/link-tokens
689+
- post /plaid/callback/{plaid_link_token}

0 commit comments

Comments
 (0)