mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-24 03:45:56 +00:00
126 lines
4.2 KiB
Plaintext
126 lines
4.2 KiB
Plaintext
# See https://github.com/check-spelling/check-spelling/wiki/Configuration-Examples:-patterns
|
|
|
|
# Automatically suggested patterns
|
|
|
|
# hit-count: 20395 file-count: 1853
|
|
# scala imports
|
|
^import (?:[\w.]|\{\w*?(?:,\s*(?:\w*|\*))+\})+
|
|
|
|
# hit-count: 16680 file-count: 489
|
|
# hex digits including css/html color classes:
|
|
(?:[\\0][xX]|\\u|[uU]\+|#x?|%23)[0-9_a-fA-FgGrR]*?[a-fA-FgGrR]{2,}[0-9_a-fA-FgGrR]*(?:[uUlL]{0,3}|[iu]\d+)\b
|
|
|
|
# hit-count: 3741 file-count: 111
|
|
# libraries
|
|
(?:\b|_)lib(?:re(?=office)|)(?!era[lt]|ero|erty|rar(?:i(?:an|es)|y))(?=[a-z])
|
|
|
|
# hit-count: 1732 file-count: 470
|
|
# https/http/file urls
|
|
(?:\b(?:https?|ftp|file)://)[-A-Za-z0-9+&@#/*%?=~_|!:,.;]+[-A-Za-z0-9+&@#/*%=~_|]
|
|
|
|
# hit-count: 1045 file-count: 50
|
|
# hex runs
|
|
\b[0-9a-fA-F]{8,}\b
|
|
|
|
# hit-count: 540 file-count: 13
|
|
# Non-English
|
|
[a-zA-Z]*[ÀÁÂÃÄÅÆČÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖØÙÚÛÜÝßàáâãäåæčçèéêëìíîïðñòóôõöøùúûüýÿĀāŁłŃńŅņŒœŚśŠšŜŝŸŽžź][a-zA-Z]{3}[a-zA-ZÀÁÂÃÄÅÆČÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖØÙÚÛÜÝßàáâãäåæčçèéêëìíîïðñòóôõöøùúûüýÿĀāŁłŃńŅņŒœŚśŠšŜŝŸŽžź]*|[a-zA-Z]{3,}[ÀÁÂÃÄÅÆČÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖØÙÚÛÜÝßàáâãäåæčçèéêëìíîïðñòóôõöøùúûüýÿĀāŁłŃńŅņŒœŚśŠšŜŝŸŽžź]|[ÀÁÂÃÄÅÆČÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖØÙÚÛÜÝßàáâãäåæčçèéêëìíîïðñòóôõöøùúûüýÿĀāŁłŃńŅņŒœŚśŠšŜŝŸŽžź][a-zA-Z]{3,}
|
|
|
|
File ".*?"
|
|
|
|
# hit-count: 390 file-count: 51
|
|
# in check-spelling@v0.0.22+, printf markers aren't automatically consumed
|
|
# printf markers
|
|
(?<!\\)\\[nrt](?=[a-z]{2,})
|
|
|
|
# hit-count: 286 file-count: 70
|
|
# Compiler flags (Unix, Java/Scala)
|
|
# Use if you have things like `-Pdocker` and want to treat them as `docker`
|
|
(?:^|[\t ,>"'`=(])-(?:(?:J-|)(?:D(?!ouble)|[WXY])|[L])(?=[A-Z]{2,}|[A-Z][a-z]|[a-z]{2,})
|
|
|
|
# hit-count: 269 file-count: 24
|
|
# IServiceProvider / isAThing
|
|
(?:\b|_)(?:(?:ns|)I(?!Psec)|isA)(?=(?:[A-Z][a-z]{2,})+(?:[A-Z\d]|\b))
|
|
|
|
# hit-count: 57 file-count: 38
|
|
# uuid:
|
|
\b[0-9a-fA-F]{8}-(?:[0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}\b
|
|
|
|
# hit-count: 29 file-count: 29
|
|
# File extensions
|
|
\*\.[+\w]+,
|
|
|
|
# hit-count: 27 file-count: 11
|
|
# version suffix <word>v#
|
|
(?:(?<=[A-Z]{2})V|(?<=[a-z]{2}|[A-Z]{2})v)\d+(?:\b|(?=[a-zA-Z_]))
|
|
|
|
# hit-count: 8 file-count: 2
|
|
# pom.xml
|
|
<(?:group|artifact)Id>.*?<
|
|
|
|
# hit-count: 3 file-count: 1
|
|
# GitHub actions
|
|
\buses:\s+[-\w.]+/[-\w./]+@[-\w.]+
|
|
|
|
# hit-count: 1 file-count: 1
|
|
# tar arguments
|
|
\b(?:\\n|)g?tar(?:\.exe|)(?:(?:\s+--[-a-zA-Z]+|\s+-[a-zA-Z]+|\s[ABGJMOPRSUWZacdfh-pr-xz]+\b)(?:=[^ ]*|))+
|
|
|
|
\\u00[0-9A-F]{2}
|
|
|
|
uniIdentityH = ".*"
|
|
|
|
# Win32
|
|
(?:int|MessageId:) (?:(?:[A-Z]+_E|CERT|CO|DNS_ERROR|ERROR|IMAGE|OLEOBJ|OSS|RPC|SM|TPM|WM|XACT)_|WSA)\w+
|
|
|
|
3D(?=[A-Z])
|
|
|
|
# german
|
|
[\w\s]*\s+(?:[Dd]ie|der)\s+[\w\s]*
|
|
|
|
# czech
|
|
[\w\s]*\s+(?:bude|jako|kdyz|oddeleny|pouze)\s+[\w\s]*
|
|
|
|
# Questionably acceptable forms of `in to`
|
|
# Personally, I prefer `log into`, but people object
|
|
# https://www.tprteaching.com/log-into-log-in-to-login/
|
|
\b(?:(?:[Ll]og(?:g(?=[a-z])|)|[Ss]ign)(?:ed|ing)?) in to\b
|
|
|
|
# to opt in
|
|
\bto opt in\b
|
|
|
|
# acceptable duplicates
|
|
# ls directory listings
|
|
[-bcdlpsw](?:[-r][-w][-SsTtx]){3}[\.+*]?\s+\d+\s+\S+\s+\S+\s+[.\d]+(?:[KMGT]|)\s+
|
|
# mount
|
|
\bmount\s+-t\s+(\w+)\s+\g{-1}\b
|
|
# C types and repeated CSS values
|
|
\s(auto|buffalo|center|div|false|inherit|long|LONG|none|normal|null|solid|thin|transparent|true|very)(?: \g{-1})+\s
|
|
# C enum and struct
|
|
\b(?:enum|struct)\s+(\w+)\s+\g{-1}\b
|
|
# go templates
|
|
\s(\w+)\s+\g{-1}\s+\`(?:graphql|inject|json|yaml):
|
|
# doxygen / javadoc / .net
|
|
(?:[\\@](?:brief|defgroup|groupname|link|t?param|return|retval)|(?:public|private|\[Parameter(?:\(.+\)|)\])(?:\s+(?:static|override|readonly|required|virtual))*)(?:\s+\{\w+\}|)\s+(\w+)\s+\g{-1}\s
|
|
|
|
# macOS file path
|
|
/MacOS
|
|
|
|
# Python package registry has incorrect spelling for macOS / Mac OS X
|
|
"Operating System :: MacOS :: MacOS X"
|
|
|
|
# "company" in Germany
|
|
\bGmbH\b
|
|
|
|
# IntelliJ
|
|
\bIntelliJ\b
|
|
|
|
# Commit message -- Signed-off-by and friends
|
|
^\s*(?:(?:Based-on-patch|Co-authored|Helped|Mentored|Reported|Reviewed|Signed-off)-by|Thanks-to): (?:[^<]*<[^>]*>|[^<]*)\s*$
|
|
|
|
# Autogenerated revert commit message
|
|
^This reverts commit [0-9a-f]{40}\.$
|
|
|
|
# ignore long runs of a single character:
|
|
\b([A-Za-z])\g{-1}{3,}\b
|