зеркало из https://github.com/akkadotnet/akka.net.git
130 строки
3.1 KiB
JSON
130 строки
3.1 KiB
JSON
{
|
|
"version": "0.1",
|
|
"language": "en",
|
|
"words": [
|
|
"actorref",
|
|
"arounds",
|
|
"Akka",
|
|
"appender",
|
|
"asynchronicity",
|
|
"backends",
|
|
"backoff",
|
|
"backpressure",
|
|
"backpressured",
|
|
"backpressures",
|
|
"backpressuring",
|
|
"blackhole",
|
|
"Bootcamp",
|
|
"buncher",
|
|
"concat",
|
|
"combinator",
|
|
"combinators",
|
|
"composability",
|
|
"compositionality",
|
|
"configurator",
|
|
"CQRS",
|
|
"CRDT",
|
|
"datacenter",
|
|
"denormalization",
|
|
"deque",
|
|
"deserialization",
|
|
"downstream",
|
|
"downstreams",
|
|
"ddata",
|
|
"eventsourced",
|
|
"Gitter",
|
|
"Hasher",
|
|
"Hipsterize",
|
|
"HOCON",
|
|
"journaled",
|
|
"Kubernetes",
|
|
"lifecycles",
|
|
"materializer",
|
|
"Microservices",
|
|
"MNTR",
|
|
"mutex",
|
|
"Newtonsoft",
|
|
"Ninject",
|
|
"overridable",
|
|
"parallelizable",
|
|
"partitioner",
|
|
"Passivation",
|
|
"Petabridge",
|
|
"pluggable",
|
|
"prepended",
|
|
"prepending",
|
|
"protobuf",
|
|
"Quic",
|
|
"Quickstart",
|
|
"RDBMS",
|
|
"remoting",
|
|
"resizer",
|
|
"roadmap",
|
|
"routee",
|
|
"routees",
|
|
"runtimes",
|
|
"Ryzen",
|
|
"serializers",
|
|
"Serilog",
|
|
"sharded",
|
|
"Stannard",
|
|
"substream",
|
|
"substreams",
|
|
"testkit",
|
|
"threadedness",
|
|
"threadpool",
|
|
"Topshelf",
|
|
"Tweetinvi",
|
|
"Unbecome",
|
|
"unreachability",
|
|
"Upserts",
|
|
"upstream",
|
|
"upstreams",
|
|
"userspace",
|
|
"watchee",
|
|
"Webcrawler",
|
|
"Xunit"
|
|
],
|
|
"ignoreWords": [
|
|
"Hanselminutes",
|
|
"Resharper",
|
|
"Bartosz",
|
|
"Bartosz's",
|
|
"networky",
|
|
"Inport",
|
|
"Allman",
|
|
"Bailis",
|
|
"Bidi",
|
|
"Cleary",
|
|
"Clickstream",
|
|
"Fabrikated",
|
|
"Lauck",
|
|
"Laureano",
|
|
"Lightbend",
|
|
"Livescan",
|
|
"mainlogo",
|
|
"Synchromatics",
|
|
"markdownlint",
|
|
"mergetool",
|
|
"titlecase",
|
|
"Varghese",
|
|
"Vertech",
|
|
"DeadLetter",
|
|
"Blocksharp",
|
|
"Akkatecture",
|
|
"SharpPulsar"
|
|
],
|
|
"ignoreRegExpList": [
|
|
"\\((.*)\\)", // Markdown links
|
|
"```[a-z]*\n[\\s\\S]*?\n```", // Markdown code blocks. h/t https://coderwall.com/p/r6b4xg/regex-to-match-github-s-markdown-code-blocks,
|
|
"\\`([^\\`].*?)\\`", // inline code blocks. h/t https://stackoverflow.com/questions/41274241/how-to-capture-inline-markdown-code-but-not-a-markdown-code-fence-with-regex
|
|
"\\<a(.*)\\>", // link contents
|
|
"-- snippet:(.*)", // snippet references
|
|
"\\<\\[sample:(.*)", // another kind of snippet reference
|
|
"/^\\s*```[\\s\\S]*?^\\s*```/gm", // ignoring multi-line code blocks
|
|
"/^---[\\s\\S]+?---/gm", //front-matter
|
|
"\\<iframe(.*)iframe\\>", // iframe snippets
|
|
"\\<!--[^\\>]*--\\>" // HTML single-line comment
|
|
]
|
|
}
|