Skip to content

Commit

Permalink
fix: ignore failling cSpell words (#7314)
Browse files Browse the repository at this point in the history
  • Loading branch information
nschonni authored and yungezz committed Sep 25, 2019
1 parent 297057f commit 0356d5c
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 26 deletions.
8 changes: 7 additions & 1 deletion cSpell.json
Original file line number Diff line number Diff line change
Expand Up @@ -556,7 +556,13 @@
]
},
{
"filename": "**/specification/edgegateway/resource-manager/Microsoft.DataBoxEdge/stable/2019-03-01/edgegateway.json",
"filename": "**/specification/databoxedge/resource-manager/Microsoft.DataBoxEdge/stable/2019-03-01/databoxedge.json",
"words": [
"Fulfilment"
]
},
{
"filename": "**/specification/databoxedge/resource-manager/Microsoft.DataBoxEdge/stable/2019-07-01/databoxedge.json",
"words": [
"Fulfilment"
]
Expand Down
2 changes: 2 additions & 0 deletions custom-words.txt
Original file line number Diff line number Diff line change
Expand Up @@ -337,6 +337,7 @@ datacenters
datadisk
datafactory
datafactoryv
dataflows
datafreshness
datagrain
datalake
Expand Down Expand Up @@ -1199,6 +1200,7 @@ rsct
Rslp
RSNULL
RTMP
RTSP
runbook
Runbooks
runcounts
Expand Down
48 changes: 24 additions & 24 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@ts-common/iterator": "^0.3.6",
"@types/js-yaml": "^3.12.1",
"@types/mocha": "^5.2.6",
"cspell": "^4.0.12",
"cspell": "^4.0.30",
"js-yaml": "^3.13.1",
"json-schema-ref-parser": "^6.1.0",
"mocha": "*",
Expand Down

0 comments on commit 0356d5c

Please sign in to comment.