Skip to content

Commit 9d739b9

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 9d739b9

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/stainless-action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
org: ${{ env.STAINLESS_ORG }}
3838
project: ${{ env.STAINLESS_PROJECT }}
3939
oas_path: ${{ env.OAS_PATH }}
40-
guess_config: true
40+
guess_config: false
4141

4242
merge:
4343
if: github.event.action == 'closed' && github.event.pull_request.merged == true

.stainless/stainless.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -684,3 +684,5 @@ diagnostics:
684684
Schema/EnumHasOneMember: true
685685
Schema/RequiredPropertyNotDefined: true
686686
Schema/IsAmbiguous: true
687+
Endpoint/NotFound: true
688+
Method/PaginatedWithoutMatchingScheme: true

0 commit comments

Comments
 (0)