mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Revert line_forbidden.patterns
This commit is contained in:
parent
e3e8eff5c9
commit
5ed017b026
1 changed files with 62 additions and 62 deletions
124
.github/actions/spelling/line_forbidden.patterns
vendored
124
.github/actions/spelling/line_forbidden.patterns
vendored
|
|
@ -1,62 +1,62 @@
|
|||
## reject `m_data` as there's a certain OS which has evil defines that break things if it's used elsewhere
|
||||
## \bm_data\b
|
||||
#
|
||||
## If you have a framework that uses `it()` for testing and `fit()` for debugging a specific test,
|
||||
## you might not want to check in code where you were debugging w/ `fit()`, in which case, you might want
|
||||
## to use this:
|
||||
##\bfit\(
|
||||
#
|
||||
## s.b. GitHub
|
||||
##\bGithub\b
|
||||
#
|
||||
## s.b. GitLab
|
||||
#\bGitlab\b
|
||||
#
|
||||
## s.b. JavaScript
|
||||
#\bJavascript\b
|
||||
#
|
||||
## s.b. Microsoft
|
||||
#\bMicroSoft\b
|
||||
#
|
||||
## s.b. another
|
||||
#\ban[- ]other\b
|
||||
#
|
||||
## s.b. greater than
|
||||
#\bgreater then\b
|
||||
#
|
||||
## s.b. into
|
||||
#\sin to\s
|
||||
#
|
||||
## s.b. opt-in
|
||||
#\sopt in\s
|
||||
#
|
||||
## s.b. less than
|
||||
#\bless then\b
|
||||
#
|
||||
## s.b. otherwise
|
||||
#\bother[- ]wise\b
|
||||
#
|
||||
## s.b. nonexistent
|
||||
#\bnon existing\b
|
||||
#\b[Nn]o[nt][- ]existent\b
|
||||
#
|
||||
## s.b. preexisting
|
||||
#[Pp]re[- ]existing
|
||||
#
|
||||
## s.b. preempt
|
||||
#[Pp]re[- ]empt\b
|
||||
#
|
||||
## s.b. preemptively
|
||||
#[Pp]re[- ]emptively
|
||||
#
|
||||
## s.b. reentrancy
|
||||
#[Rr]e[- ]entrancy
|
||||
#
|
||||
## s.b. reentrant
|
||||
#[Rr]e[- ]entrant
|
||||
#
|
||||
## s.b. workaround(s)
|
||||
#\bwork[- ]arounds?\b
|
||||
#
|
||||
## Reject duplicate words
|
||||
#\s([A-Z]{3,}|[A-Z][a-z]{2,}|[a-z]{3,})\s\g{-1}\s
|
||||
# reject `m_data` as there's a certain OS which has evil defines that break things if it's used elsewhere
|
||||
# \bm_data\b
|
||||
|
||||
# If you have a framework that uses `it()` for testing and `fit()` for debugging a specific test,
|
||||
# you might not want to check in code where you were debugging w/ `fit()`, in which case, you might want
|
||||
# to use this:
|
||||
#\bfit\(
|
||||
|
||||
# s.b. GitHub
|
||||
#\bGithub\b
|
||||
|
||||
# s.b. GitLab
|
||||
\bGitlab\b
|
||||
|
||||
# s.b. JavaScript
|
||||
\bJavascript\b
|
||||
|
||||
# s.b. Microsoft
|
||||
\bMicroSoft\b
|
||||
|
||||
# s.b. another
|
||||
\ban[- ]other\b
|
||||
|
||||
# s.b. greater than
|
||||
\bgreater then\b
|
||||
|
||||
# s.b. into
|
||||
\sin to\s
|
||||
|
||||
# s.b. opt-in
|
||||
\sopt in\s
|
||||
|
||||
# s.b. less than
|
||||
\bless then\b
|
||||
|
||||
# s.b. otherwise
|
||||
\bother[- ]wise\b
|
||||
|
||||
# s.b. nonexistent
|
||||
\bnon existing\b
|
||||
\b[Nn]o[nt][- ]existent\b
|
||||
|
||||
# s.b. preexisting
|
||||
[Pp]re[- ]existing
|
||||
|
||||
# s.b. preempt
|
||||
[Pp]re[- ]empt\b
|
||||
|
||||
# s.b. preemptively
|
||||
[Pp]re[- ]emptively
|
||||
|
||||
# s.b. reentrancy
|
||||
[Rr]e[- ]entrancy
|
||||
|
||||
# s.b. reentrant
|
||||
[Rr]e[- ]entrant
|
||||
|
||||
# s.b. workaround(s)
|
||||
\bwork[- ]arounds?\b
|
||||
|
||||
# Reject duplicate words
|
||||
\s([A-Z]{3,}|[A-Z][a-z]{2,}|[a-z]{3,})\s\g{-1}\s
|
||||
|
|
|
|||
Loading…
Reference in a new issue