This website requires JavaScript.
Explore
Help
Sign In
zecfoundation
/
zebra
mirror of
https://github.com/ZcashFoundation/zebra.git
Watch
1
Star
0
Fork
You've already forked zebra
0
Code
Issues
Projects
Releases
Wiki
Activity
28e6e6c183
zebra
/
.codespellrc
4 lines
99 B
Plaintext
Raw
Normal View
History
Unescape
Escape
feat(ci): add a codespell linting action (#4482) * feat(ci): add a codespell linting action * fix(ci): run this job if the lint workflow is changed * ci(codespell): add configuration file * ci(codespell): exclude mermaid.min.js * fix: wrong mermaid.min.js location * ci(codespell): Sur from "Big Sur" is being considered as misspelled * ci(codespell): make warning the max level This won't restrict PRs from merging * ci(codespell): lint on every push * test: create a misspelling * Revert "test: create a misspelling" This reverts commit a2c91cda1e6fab578acbd6612801bb9e2b2439a6.
2022-05-25 17:27:44 -07:00
[codespell]
imp(ci): fix `codespell` words and ignore others (#8089) This cleans the annotations on every PR, so it doesn't show up from now on.
2023-12-11 14:33:03 -08:00
ignore-words-list=crate,Sur,inout,Groth,groth,re-use,
feat(ci): add a codespell linting action (#4482) * feat(ci): add a codespell linting action * fix(ci): run this job if the lint workflow is changed * ci(codespell): add configuration file * ci(codespell): exclude mermaid.min.js * fix: wrong mermaid.min.js location * ci(codespell): Sur from "Big Sur" is being considered as misspelled * ci(codespell): make warning the max level This won't restrict PRs from merging * ci(codespell): lint on every push * test: create a misspelling * Revert "test: create a misspelling" This reverts commit a2c91cda1e6fab578acbd6612801bb9e2b2439a6.
2022-05-25 17:27:44 -07:00
exclude-file=book/mermaid.min.js