1
0
mirror of https://github.com/nushell/nushell.git synced 2025-03-22 11:37:10 +01:00
nushell/crates/nu-command/tests
Viktor Szépe 8eefb7313e
Minimize future false positive typos ()
# Description

Make typos config more strict: ignore false positives where they occur.

1. Ignore only files with typos
2. Add regexp-s with context
3. Ignore variable names only in Rust code
4. Ignore only 1 "identifier"
5. Check dot files

🎁 Extra bonus: fix typos!!
2024-05-04 15:00:44 +00:00
..
commands Minimize future false positive typos () 2024-05-04 15:00:44 +00:00
format_conversions Avoid taking unnecessary ownership of intermediates () 2024-05-04 00:53:15 +00:00
main.rs ♻️ rework some help strings () 2024-03-27 08:41:02 -05:00