-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Fix spell checking workflow #8028
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
7331805
Remove older cspell config
alcuadrado 658b8e5
Install cspell in the root of the repo
alcuadrado bfab465
Add new cspell config and project dictionary
alcuadrado ce92827
Add some instructions when cspell fails
alcuadrado 673ffae
Update spellcheck workflow
alcuadrado e0a591a
Ignore regression tests
alcuadrado df65e87
Fix typos
alcuadrado 8dadf9b
Clean up the dictionary and fix more typos
alcuadrado a429140
Ignore intentional typos
alcuadrado 480e3f2
Improve the failure message
alcuadrado 19b691d
Add changesets
alcuadrado 24a82a8
Resolve review comments
alcuadrado 570c65b
Fix npm script
alcuadrado fa1be78
Fix hardhat-ethers-chai-matchers error
alcuadrado b0eb475
Regenerate updated integration tests' fixture
alcuadrado 9d410ca
Regenerate example-test fixture
alcuadrado File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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,5 @@ | ||
| --- | ||
| "@nomicfoundation/hardhat-zod-utils": patch | ||
| --- | ||
|
|
||
| Fix typo in default error message [#8028](https://github.com/NomicFoundation/hardhat/pull/8028) |
This file contains hidden or 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,5 @@ | ||
| --- | ||
| "hardhat": patch | ||
| --- | ||
|
|
||
| Fix typo in assertion message [#8028](https://github.com/NomicFoundation/hardhat/pull/8028) |
This file was deleted.
Oops, something went wrong.
This file contains hidden or 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 hidden or 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 hidden or 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,35 @@ | ||
| import { defineConfig } from "cspell"; | ||
|
|
||
| export default defineConfig({ | ||
| version: "0.2", | ||
| language: "en", | ||
| files: [ | ||
| "*.{js,ts,md,json,yml,yaml,mjs,cjs,mts,cts}", | ||
| "{.github,scripts,v-next}/**/*.{js,ts,md,json,yml,yaml,mjs,cjs,mts,cts}", | ||
| ], | ||
| ignoreRandomStrings: true, | ||
| allowCompoundWords: true, | ||
| dictionaryDefinitions: [ | ||
| { | ||
| name: "project-dictionary", | ||
| path: "./cspell.dictionary.txt", | ||
| addWords: true, | ||
| }, | ||
| ], | ||
| dictionaries: ["project-dictionary"], | ||
| ignorePaths: [ | ||
| "pnpm-lock.yaml", | ||
| "node_modules", | ||
| "v-next/*/node_modules", | ||
| "v-next/*/dist", | ||
| "v-next/*/CHANGELOG.md", | ||
| ".github/config/regression-tests.yml", | ||
| "v-next/hardhat-vendored/{src,test}/**/*", | ||
| "**/vendored/**/*", | ||
| "**/vendor/**/*", | ||
| "**/coverage/html/**/*", | ||
| "**/artifacts/**/*.json", | ||
| "**/artifacts/**/*.d.ts", | ||
| "**/build-info/**/*", | ||
| ], | ||
| }); |
This file contains hidden or 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,147 @@ | ||
| abicoder | ||
| Abicoder | ||
| accum | ||
| addy | ||
| anonymization | ||
| APDU | ||
| arrayified | ||
| authorizationify | ||
| behaviour | ||
| besu | ||
| Besu | ||
| blinenums | ||
| BRDA | ||
| bunx | ||
| cbor | ||
| CBOR | ||
| cbranch | ||
| Ccip | ||
| chainid | ||
| CHAINID | ||
| choco | ||
| concisify | ||
| createx | ||
| cstat | ||
| cwrap | ||
| Dedominici | ||
| dedup | ||
| defi | ||
| Defi | ||
| dessant | ||
| distros | ||
| DISTROS | ||
| dorny | ||
| dsari | ||
| dtolnay | ||
| elif | ||
| enero | ||
| esac | ||
| esbuild | ||
| EXLOCK | ||
| fgrep | ||
| fqns | ||
| Fqns | ||
| FQNs | ||
| gcda | ||
| hdkey | ||
| hdpath | ||
| heco | ||
| hexlify | ||
| hoodi | ||
| Hoodi | ||
| Impls | ||
| initialise | ||
| Initialisation | ||
| interruptor | ||
| Interruptor | ||
| Ints | ||
| journaled | ||
| Journaled | ||
| Jsons | ||
| kanej | ||
| keccak | ||
| Keccak | ||
| klass | ||
| Ksync | ||
| ledgerhq | ||
| libudev | ||
| linea | ||
| Linea | ||
| linearization | ||
| linenums | ||
| Listify | ||
| moreutils | ||
| mprv | ||
| msvc | ||
| myfun | ||
| mykey | ||
| mylib | ||
| mylock | ||
| napi | ||
| niño | ||
| NFKC | ||
| Nomic | ||
| nomiclabs | ||
| normalise | ||
| NOTOK | ||
| Numberish | ||
| onuncaughtexception | ||
| perché | ||
| perché | ||
| popd | ||
| PREVRANDAO | ||
| pushd | ||
| randao | ||
| Randao | ||
| recompiles | ||
| reconciliable | ||
| reconiliation | ||
| reserialized | ||
| sarasa | ||
| schaable | ||
| sokol | ||
| solcjs | ||
| SOLCJS | ||
| sourcify | ||
| Sourcify | ||
| SOURCIFY | ||
| ssfi | ||
| Ssfi | ||
| stringifying | ||
| substituters | ||
| supath | ||
| synthetix | ||
| Synthetix | ||
| triaging | ||
| tset | ||
| txts | ||
| ufixed | ||
| Uints | ||
| Uncontended | ||
| unidici | ||
| unmined | ||
| unpad | ||
| unpadded | ||
| unparseable | ||
| Unpayable | ||
| unreconciliable | ||
| unrs | ||
| Unstarted | ||
| UNSTARTED | ||
| verbosities | ||
| Vercel | ||
| VERCEL | ||
| viem | ||
| Viem | ||
| VIEM | ||
| visualising | ||
| WAAIT | ||
| withargs | ||
| wordz | ||
| xdai | ||
| yalc | ||
| Yalc | ||
| zkevm | ||
| zksync | ||
| zoey | ||
| zora |
This file was deleted.
Oops, something went wrong.
This file contains hidden or 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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.