Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-05-15 | add `lief` to `spelling.ignore-words` | brunoerg | |
2022-12-18 | test, lint: add `crypted` to `ignore-words` | brunoerg | |
2022-09-15 | Fix issues identified by codespell 2.2.1 and update ignored words | Jon Atack | |
and also fix spelling in test/lint/lint-locale-dependence.py not caught by the spelling linter and fix up a paragraph we are touching here in test/README.md. | |||
2022-06-09 | doc: add `desig` to ignore-words | brunoerg | |
2022-05-25 | doc: Fix spelling errors identified by codespell in coments | Ben Woosley | |
From the output here: src/qt/test/addressbooktests.cpp:185: wilcard ==> wildcard src/qt/test/addressbooktests.cpp:191: wilcard ==> wildcard src/test/miniscript_tests.cpp:227: nd ==> and, 2nd src/test/versionbits_tests.cpp:260: everytime ==> every time src/util/time.h:89: precicion ==> precision src/util/time.h:90: precicion ==> precision ^ Warning: codespell identified likely spelling errors. Any false positives? Add them to the list of ignored words in test/lint/spelling.ignore-words.txt https://cirrus-ci.com/task/5275612980969472?logs=lint#L849 I added 'nd' to the spelling.ignored-words.txt, as it's valid miniscript. | |||
2022-04-04 | Move lint script and data file to avoid lint- prefix | MarcoFalke | |
This is needed for the next commit |