-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Introduce spell checking into builds
- Loading branch information
1 parent
280e70c
commit 4492666
Showing
201 changed files
with
1,539 additions
and
566 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
--- | ||
"@osdk/foundry.thirdpartyapplications": patch | ||
"@osdk/internal.foundry.ontologiesv2": patch | ||
"@osdk/internal.foundry.ontologies": patch | ||
"@osdk/internal.foundry.datasets": patch | ||
"@osdk/internal.foundry.models": patch | ||
"@osdk/platform-sdk-generator": patch | ||
"@osdk/shared.net.platformapi": patch | ||
"@osdk/foundry-sdk-generator": patch | ||
"@osdk/internal.foundry.core": patch | ||
"@osdk/client.test.ontology": patch | ||
"@osdk/generator-converters": patch | ||
"@osdk/client.unstable.osw": patch | ||
"@osdk/cli.cmd.typescript": patch | ||
"@osdk/shared.client.impl": patch | ||
"@osdk/example-generator": patch | ||
"@osdk/gateway-generator": patch | ||
"@osdk/shared.net.errors": patch | ||
"@osdk/foundry.security": patch | ||
"@osdk/internal.foundry": patch | ||
"@osdk/shared.net.fetch": patch | ||
"@osdk/client.unstable": patch | ||
"@osdk/legacy-client": patch | ||
"@osdk/foundry.core": patch | ||
"@osdk/tool.release": patch | ||
"@osdk/shared.test": patch | ||
"@osdk/cli.common": patch | ||
"@osdk/client.api": patch | ||
"@osdk/create-app": patch | ||
"@osdk/shared.net": patch | ||
"@osdk/generator": patch | ||
"@osdk/foundry": patch | ||
"@osdk/gateway": patch | ||
"@osdk/client": patch | ||
"@osdk/maker": patch | ||
"@osdk/oauth": patch | ||
"@osdk/api": patch | ||
"@osdk/cli": patch | ||
--- | ||
|
||
Spelling fixes and spell check in CI |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
/* | ||
* Copyright 2024 Palantir Technologies, Inc. All rights reserved. | ||
* | ||
* Licensed under the Apache License, Version 2.0 (the "License"); | ||
* you may not use this file except in compliance with the License. | ||
* You may obtain a copy of the License at | ||
* | ||
* http://www.apache.org/licenses/LICENSE-2.0 | ||
* | ||
* Unless required by applicable law or agreed to in writing, software | ||
* distributed under the License is distributed on an "AS IS" BASIS, | ||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
* See the License for the specific language governing permissions and | ||
* limitations under the License. | ||
*/ | ||
|
||
"use strict"; | ||
module.exports = require("@osdk/monorepo.cspell"); |
9 changes: 0 additions & 9 deletions
9
examples-extra/basic/sdk/src/generatedNoCheck/ontology/queries/getTodoCount.ts
This file was deleted.
Oops, something went wrong.
2 changes: 0 additions & 2 deletions
2
examples-extra/basic/sdk/src/generatedNoCheck/ontology/queries/index.ts
This file was deleted.
Oops, something went wrong.
111 changes: 0 additions & 111 deletions
111
...ples-extra/basic/sdk/src/generatedNoCheck/ontology/queries/queryTakesAllParameterTypes.ts
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 0 additions & 1 deletion
1
examples-extra/todoapp/src/generatedNoCheck2/ontology/queries/index.ts
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.