mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 09:55:42 +02:00
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!!
This commit is contained in:
@ -13,7 +13,7 @@ You'll generally find the team members on
|
||||
[Discord `#standard-library` channel][discord#standard-library] and can have
|
||||
preliminary discussions there to clarify the issues involved.
|
||||
|
||||
You can open a [Github issue][new-issue] to have a more focused discussion of
|
||||
You can open a [GitHub issue][new-issue] to have a more focused discussion of
|
||||
your idea.
|
||||
|
||||
Generally, we think the standard library should contain items that are relevant
|
||||
|
Reference in New Issue
Block a user