nushell/tests/shell
Viktor Szépe 8eefb7313e
Minimize future false positive typos (#12751)
# 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
..
environment Avoid taking unnecessary ownership of intermediates (#12740) 2024-05-04 00:53:15 +00:00
pipeline Minimize future false positive typos (#12751) 2024-05-04 15:00:44 +00:00
mod.rs Avoid taking unnecessary ownership of intermediates (#12740) 2024-05-04 00:53:15 +00:00
repl.rs Fix merging child stack into parent (#12426) 2024-04-06 15:03:22 +00:00