Skip to content

Commit

Permalink
Merge branch 'main' into dev-octokit
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S committed Apr 24, 2023
2 parents 1ea9640 + cc5f7cb commit 5473b10
Show file tree
Hide file tree
Showing 65 changed files with 2,221 additions and 2,131 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Expand Up @@ -53,7 +53,7 @@ jobs:
- run: pnpm run coverage

- name: Upload coverage Coveralls
uses: coverallsapp/github-action@50c33ad324a9902697adbf2f92c22cf5023eacf1 # 1.2.4
uses: coverallsapp/github-action@f350da2c033043742f89e8c0b7b5145a1616da6d # 2.1.2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
path-to-lcov: ./lcov.info
Expand Down
5 changes: 0 additions & 5 deletions bin.js

This file was deleted.

2 changes: 1 addition & 1 deletion doc-generator/package.json
Expand Up @@ -14,7 +14,7 @@
"node": ">=16"
},
"dependencies": {
"typedoc": "^0.24.4",
"typedoc": "^0.24.5",
"typedoc-plugin-markdown": "3.15.1"
}
}
2 changes: 1 addition & 1 deletion integration-tests/.vscode/launch.json
Expand Up @@ -6,7 +6,7 @@
"configurations": [
{
"name": "Launch Program",
"program": "${workspaceFolder}/../bin.js",
"program": "${workspaceFolder}/../bin.mjs",
"request": "launch",
"cwd": "${workspaceFolder}/repositories/temp/TheAlgorithms/Python",
"console": "integratedTerminal",
Expand Down
46 changes: 23 additions & 23 deletions integration-tests/config/config.json
Expand Up @@ -3,7 +3,7 @@
{
"path": "php/php-src",
"url": "https://github.com/php/php-src.git",
"commit": "414f71a90254cc33896bb3ba953f979f743c198c",
"commit": "976d7ed4c644e958a304b03847e78d135a6e348f",
"args": [
"--config=${repoConfig}/cspell.json",
"**/*.{md,c,h,php}"
Expand All @@ -28,15 +28,15 @@
{
"path": "liriliri/licia",
"url": "https://github.com/liriliri/licia.git",
"commit": "1036a9ee4b91559644bbac5a36997558d81aa630",
"commit": "e58b8e3f9d9a9408e816708a62d2475476027753",
"args": [
"**/*.*"
]
},
{
"path": "wireapp/wire-webapp",
"url": "https://github.com/wireapp/wire-webapp.git",
"commit": "2216724f4f05c15802f0e3af2502a09e99d62703",
"commit": "ef2b243b3285d8c93389dc1bf4e013fba294c1a1",
"args": [
"src/script/**/*.{js,ts,tsx,md}"
]
Expand Down Expand Up @@ -79,7 +79,7 @@
{
"path": "aws-amplify/docs",
"url": "https://github.com/aws-amplify/docs.git",
"commit": "d0ce31bb0a1ee28e205c50f11c6de8f812004d82",
"commit": "4358c4d3cf813cdedc8a91ecdd1a785e2ea609da",
"args": [
"**/*.{md,mdx}"
]
Expand All @@ -97,13 +97,13 @@
{
"path": "prettier/prettier",
"url": "https://github.com/prettier/prettier.git",
"commit": "b232005022b063a7a3b8da2c87b94281a70188bb",
"commit": "d3be4b7968ff6b2a06ebd1ccde648ac4a9787bd9",
"args": []
},
{
"path": "webpack/webpack",
"url": "https://github.com/webpack/webpack.git",
"commit": "f1d25f44f094438e165c6df8fb6c82dbe38562f9",
"commit": "9f0480537ff7460ae854d91783b2c2f4b8e51ac6",
"args": [
"{.github,benchmark,bin,examples,hot,lib,schemas,setup,tooling}/**/*.{md,yml,yaml,js,json}",
"*.md"
Expand All @@ -120,7 +120,7 @@
{
"path": "SoftwareBrothers/admin-bro",
"url": "https://github.com/SoftwareBrothers/admin-bro.git",
"commit": "7fc4ca404e37ff89934744bca88154f5743f59be",
"commit": "902cf1e253252bfcd98c531bbcbc0d2d2ba77c9c",
"args": [
"src/**/*.{ts,js,tsx,jsx}",
"**/*.md"
Expand All @@ -129,7 +129,7 @@
{
"path": "typescript-eslint/typescript-eslint",
"url": "https://github.com/typescript-eslint/typescript-eslint.git",
"commit": "276c17b128525f759c5808b23971f418a9971e90",
"commit": "297086154acc568a0ae8eb41c8977b7a7ba4e0ed",
"args": [
"--config=.cspell.json",
"**/*.{md,ts,js}"
Expand All @@ -138,7 +138,7 @@
{
"path": "graphql/graphql-js",
"url": "https://github.com/graphql/graphql-js.git",
"commit": "e581cc63d1fe71ec45f86dce2f8bb0e156ffbec8",
"commit": "24b97617c315922b85625c221e56a93ec2c47557",
"args": [
"**/*.*"
]
Expand All @@ -159,7 +159,7 @@
"--config=cSpell.json",
"**/*.{md,ts,js}"
],
"commit": "f9be216f8662bc6e34088feda5a1e4a45406f721"
"commit": "fda03acb3594cdd152e50146045adcf588b8c6cf"
},
{
"path": "pycontribs/jira",
Expand All @@ -180,15 +180,15 @@
{
"path": "TheAlgorithms/Python",
"url": "https://github.com/TheAlgorithms/Python.git",
"commit": "54dedf844a30d39bd42c66ebf9cd67ec186f47bb",
"commit": "bf30b18192dd7ff9a43523ee6efe5c015ae6b99c",
"args": [
"**/*.{md,py}"
]
},
{
"path": "django/django",
"url": "https://github.com/django/django.git",
"commit": "57f2b935b34d148c3c0d906fc8256765004b7b77",
"commit": "83c9765f45e4622e4a5af3adcd92263a28b13624",
"args": [
"**/*.{md,py}"
]
Expand Down Expand Up @@ -236,7 +236,7 @@
"-e",
"{*.BUILD,BUILD,CHANGELOG.md,*.sh,*.cfg,*.ps1,Dockerfile.*,*.Dockerfile,*.{yaml,xml,json,cmake}}"
],
"commit": "835e6a29194df110238c67ba442ad69bf8f7b059"
"commit": "fb102730887e06913a51bff9cb414f1690be582b"
},
{
"path": "graphql/graphql-spec",
Expand Down Expand Up @@ -281,15 +281,15 @@
"args": [
"site/**/*.md"
],
"commit": "bb33b4bb8fe0d9ce52e6e2753a514700ce58f1bc"
"commit": "9aab31ec4232e7e927703d9e495ec8eb3d37c831"
},
{
"path": "apollographql/apollo-server",
"url": "https://github.com/apollographql/apollo-server.git",
"args": [
"**"
],
"commit": "53ba81a3cd4b231d54001b74f09c7b2ab1b0bfcc"
"commit": "46207e8391cfeb40ee81e0237dd2289ac92f1947"
},
{
"path": "shoelace-style/shoelace",
Expand Down Expand Up @@ -317,7 +317,7 @@
"args": [
"**/*.go"
],
"commit": "998c6e06a75030cccabcc08790bc32642791aff7"
"commit": "53b6fab125f3f2f149d59fcfe13b1e8b1735da56"
},
{
"path": "eslint/eslint",
Expand All @@ -331,7 +331,7 @@
"--exclude=docs/src/_includes",
"--exclude=docs/src/assets/{fonts,s?css,images}"
],
"commit": "1fea2797801a82a2718814c83dad641dab092bcc"
"commit": "5ea15d92ee358e8f3f652c94c019cac96aaec651"
},
{
"path": "iluwatar/java-design-patterns",
Expand All @@ -357,15 +357,15 @@
"args": [
"**"
],
"commit": "9425f18e52477193ea04b129ccb4a1a61a86cecf"
"commit": "6ba2f722518b3fb6904d6d566c3c1a00d61fe70a"
},
{
"path": "RustPython/RustPython",
"url": "https://github.com/RustPython/RustPython.git",
"args": [
"**"
],
"commit": "d918f7e51bf5d229b144bec686b98678f9f363e5"
"commit": "4e0890a50daf7f301f85a98d5a1ef9cb256619e3"
},
{
"path": "chef/chef",
Expand All @@ -374,23 +374,23 @@
"--config=../../../cspell-chef.config.yaml",
"**"
],
"commit": "09403f49de67b31fb1d6a8fbd4767dd0b22b9dee"
"commit": "bb38966ab2cce9ebc8a1650ab0fb1e0a47a45468"
},
{
"path": "gitbucket/gitbucket",
"url": "https://github.com/gitbucket/gitbucket.git",
"args": [
"**"
],
"commit": "41c6fc90b3b8b4f3d3888a297c9ef422305c48e8"
"commit": "8d1323f354f031982f9da57a3981c63df1a244a7"
},
{
"path": "neovim/nvim-lspconfig",
"url": "https://github.com/neovim/nvim-lspconfig.git",
"args": [
"**"
],
"commit": "eddaef928c1e1dd79a96f5db45f2fd7f2efe7ea0"
"commit": "591d5038552c6cdf6cfc595bc351ccdbb8e62045"
},
{
"path": "MicrosoftDocs/PowerShell-Docs",
Expand All @@ -399,7 +399,7 @@
"--config=../../../cspell-power-shell-docs.config.yaml",
"**"
],
"commit": "d77133cdfdbcd3619b39e2345d47e744f9ef3367"
"commit": "06cfe3ba5dce40443ff0a6b0d9ee72a145f8fb2f"
}
]
}
21 changes: 11 additions & 10 deletions integration-tests/snapshots/Azure/azure-rest-api-specs/report.yaml
Expand Up @@ -3,9 +3,9 @@ Repository: Azure/azure-rest-api-specs
Url: https://github.com/Azure/azure-rest-api-specs.git
Args: '["--config=cSpell.json","**/*.{md,ts,js}"]'
Summary:
files: 2034
filesWithIssues: 794
issues: 2515
files: 2040
filesWithIssues: 799
issues: 2531
errors: 0
Errors: []

Expand Down Expand Up @@ -163,8 +163,7 @@ issues:
- "specification/communication/resource-manager/readme.md:1:3 vsonline U # vsonline"
- "specification/compute/resource-manager/readme.az.md:5:21 cloudservice U ``` yaml $(az) && $(cloudservice)"
- "specification/compute/resource-manager/readme.az.md:83:14 sshkey U group: sshkey"
- "specification/compute/resource-manager/readme.md:241:136 reousrce U property, not necessary a reousrce. So it does not always"
- "specification/compute/resource-manager/readme.md:276:23 Cloudservice U - Microsoft.Compute/CloudserviceRP/stable/2022-09-04"
- "specification/compute/resource-manager/readme.md:284:23 Cloudservice U - Microsoft.Compute/CloudserviceRP/stable/2022-09-04"
- "specification/confidentialledger/data-plane/readme.md:10:151 identityservice U ntialLedger/stable/2022-05-13/identityservice.json` for the most up"
- "specification/connectedvmware/resource-manager/readme.azureresourceschema.md:9:17 connectedvmware U - tag: schema-connectedvmware-2020-10-01-preview"
- "specification/consumption/resource-manager/readme.md:227:20 jianyexi U approved-by: \"@jianyexi\""
Expand Down Expand Up @@ -232,6 +231,7 @@ issues:
- "specification/hybridaks/resource-manager/readme.az.md:10:14 hybridaks U group: hybridaks provisionedcluster"
- "specification/hybridaks/resource-manager/readme.az.md:10:24 provisionedcluster U group: hybridaks provisionedcluster"
- "specification/hybridaks/resource-manager/readme.python.md:10:26 hybridcontainerservice U package-name: azure-mgmt-hybridcontainerservice"
- "specification/hybridcloud/resource-manager/readme.az.md:9:17 hybridcloud U extensions: hybridcloud"
- "specification/hybridcompute/resource-manager/readme.az.md:7:17 connectedmachine U extensions: connectedmachine"
- "specification/hybridcompute/resource-manager/readme.go.md:9:14 hybridcompute U namespace: hybridcompute"
- "specification/hybridconnectivity/resource-manager/readme.az.md:9:17 hybridconnectivity U extensions: hybridconnectivity"
Expand Down Expand Up @@ -272,10 +272,10 @@ issues:
- "specification/monitor/resource-manager/readme.az.md:13:27 amcs U namespace: azure.mgmt.amcs"
- "specification/monitor/resource-manager/readme.csharp.md:52:65 asumming U api-specs, clone it (asumming at C:\\Repos)"
- "specification/monitor/resource-manager/readme.go.md:13:42 armmonitor U resourcemanager/monitor/armmonitor"
- "specification/monitor/resource-manager/readme.go.md:45:34 monitorlegacy U package-2016-03-preview-monitorlegacy"
- "specification/monitor/resource-manager/readme.go.md:49:26 scheduledqueryrules U tag: package-2021-08-scheduledqueryrules"
- "specification/monitor/resource-manager/readme.go.md:159:12 datacollection U namespace: datacollection"
- "specification/monitor/resource-manager/readme.go.md:189:12 activitylogs U namespace: activitylogs"
- "specification/monitor/resource-manager/readme.go.md:44:34 monitorlegacy U package-2016-03-preview-monitorlegacy"
- "specification/monitor/resource-manager/readme.go.md:48:26 scheduledqueryrules U tag: package-2021-08-scheduledqueryrules"
- "specification/monitor/resource-manager/readme.go.md:158:12 datacollection U namespace: datacollection"
- "specification/monitor/resource-manager/readme.go.md:188:12 activitylogs U namespace: activitylogs"
- "specification/msi/resource-manager/readme.go.md:14:38 armmsi U resourcemanager/msi/armmsi"
- "specification/mysql/resource-manager/readme.go.md:11:42 singleservers U track2) && $(package-singleservers)"
- "specification/mysql/resource-manager/readme.go.md:13:40 armmysql U resourcemanager/mysql/armmysql"
Expand Down Expand Up @@ -350,6 +350,7 @@ issues:
- "specification/nginx/resource-manager/readme.md:40:9 NGINXPLUS U - NGINX.NGINXPLUS/stable/2022-08-01/swagger"
- "specification/oep/resource-manager/readme.go.md:8:38 armoep U resourcemanager/oep/armoep"
- "specification/orbital/resource-manager/readme.go.md:8:42 armorbital U resourcemanager/orbital/armorbital"
- "specification/paloaltonetworks/resource-manager/readme.java.md:6:15 Palo U service-name: PaloAlto Networks Ngfw"
- "specification/paloaltonetworks/resource-manager/readme.typescript.md:9:29 paloaltonetworksngfw U package-name: \"@azure/arm-paloaltonetworksngfw\""
- "specification/peering/resource-manager/readme.cli.md:9:12 peerasns U \"^.*[/]peerasns[/].*$\": \"peering asn"
- "specification/peering/resource-manager/readme.cli.md:11:12 legacypeerings U \"^.*[/]legacypeerings$\": \"peering legacy\""
Expand Down Expand Up @@ -424,7 +425,7 @@ issues:
- "specification/sql/resource-manager/readme.md:2379:40 sqlmanagement U csharp-sdks-folder)/sqlmanagement/Microsoft.Azure.Management"
- "specification/storage/data-plane/Azure.Storage.Files.DataLake/readme.md:82:34 predfined U These parameters are predfined by storage specifications"
- "specification/storage/resource-manager/readme.go.md:14:42 armstorage U resourcemanager/storage/armstorage"
- "specification/storagecache/resource-manager/readme.md:41:55 amlfilesystem U preview/2023-03-01-preview/amlfilesystem.json"
- "specification/storagecache/resource-manager/readme.md:41:46 amlfilesystem U torageCache/stable/2023-05-01/amlfilesystem.json"
- "specification/storagemover/resource-manager/readme.az.md:9:17 storagemover U extensions: storagemover"
- "specification/support/resource-manager/readme.go.md:14:42 armsupport U resourcemanager/support/armsupport"
- "specification/synapse/data-plane/readme.go.md:59:12 accesscontrol U namespace: accesscontrol"
Expand Down

0 comments on commit 5473b10

Please sign in to comment.