-
Notifications
You must be signed in to change notification settings - Fork 286
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(lint): start using cspell for grammar in code
Utilsing cSpell to prevent common spelling mistakes in code. This is implemented as part of the npm lint script, which gets executed both on a commit and during the CI pipeline. Signed-off-by: Travis Payne <travis.payne@accenture.com> Signed-off-by: Peter Somogyvari <peter.somogyvari@accenture.com>
- Loading branch information
Showing
92 changed files
with
736 additions
and
248 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,82 @@ | ||
{ | ||
"version": "0.1", | ||
"language": "en", | ||
"minWordLength": 4, | ||
"allowCompoundWords": true, | ||
"words": [ | ||
"Besu", | ||
"Corda", | ||
"HyperLedger", | ||
"DockerOde", | ||
"Keychain", | ||
"Keycloak", | ||
"Cordapp", | ||
"Healthcheck", | ||
"uuidv", | ||
"Xdai", | ||
"OpenAPI", | ||
"Errorf", | ||
"Oidc", | ||
"Authz", | ||
"Bools", | ||
"Secp", | ||
"openethereum", | ||
"NODETXPOOLACK", | ||
"LEDGERBLOCKACK", | ||
"GETHKEYCHAINPASSWORD", | ||
"NETWORKSCOPEALLFORTX", | ||
"tlsca", | ||
"grpc", | ||
"grpcs", | ||
"MSPCONFIGPATH", | ||
"LOCALMSPID", | ||
"organisation", | ||
"notok", | ||
"txqueue", | ||
"tlscacerts", | ||
"dclm", | ||
"SPDX", | ||
"mychannel", | ||
"gopath", | ||
"myvolume", | ||
"authzn", | ||
"supervisord", | ||
"ipaddress", | ||
"MSPIDSCOPEALLFORTX", | ||
"ANYFORTX", | ||
"MSPIDSCOPEALLFORTX", | ||
"NETWORKSCOPEANYFORTX", | ||
"MSPIDSCOPEANYFORTX", | ||
"MSPID", | ||
"ALLFORTX", | ||
"cccs", | ||
"svcs", | ||
"vscc", | ||
"escc", | ||
"faio", | ||
"hashicorp", | ||
"cafile", | ||
"supervisorctl", | ||
"onsi", | ||
"Mtls", | ||
"APIV", | ||
"Nerc", | ||
"ccid", | ||
"adminpw", | ||
"caio", | ||
"protos", | ||
"Unmarshal", | ||
"myroot", | ||
"ealen", | ||
"approveformyorg", | ||
"jboss", | ||
"Sprintf" | ||
], | ||
"dictionaries": [ | ||
"typescript,node,npm,go" | ||
], | ||
"ignorePaths": [ | ||
"node_modules/**", | ||
"**/build/**" | ||
] | ||
} |
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
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
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
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.