feat(spellcheck): ignore links for spellchecking (#6722)

Reviewed-by: pajlada <rasmus.karlsson+github@pajlada.com>
Reviewed-by: Mm2PL <mm2pl+gh@kotmisia.pl>
This commit is contained in:
2547techno
2026-01-08 16:32:37 -05:00
committed by GitHub
parent 9c4ba73af9
commit 4a56970101
2 changed files with 14 additions and 6 deletions
+1 -1
View File
@@ -76,7 +76,7 @@
- Dev: Unwrapped `LimitedQueueSnapshot` to `std::vector`. (#6606)
- Dev: Simplified uses of `getMessageSnapshot`. (#6607)
- Dev: Disabled `llvm-prefer-static-over-anonymous-namespace` in clang-tidy. (#6610)
- Dev: Added experimental spell checker support. (#6446, #6703)
- Dev: Added experimental spell checker support. (#6446, #6703, #6722)
- Dev: Added Clazy linting in CI. (#6623)
- Dev: Added custom clang-tidy module linting in CI. (#6626)
- Dev: CMake option `USE_ALTERNATE_LINKER` now errors if the given linker can't be found. (#6692)