diff --git a/cspell.json b/cspell.json index 93edea1..449ef4d 100644 --- a/cspell.json +++ b/cspell.json @@ -10,9 +10,141 @@ "Makefile", "MakefileDocumentation", "MakefileVars", - "mkdocs.yml" + "mkdocs.yml", + "README.md" ], "caseSensitive": false, + "words": [ + "Gabriella", + "Hotmart", + "Tulio", + "asaideira", + "criacionais", + "manutenabilidade", + "serialização", + "terraplanista", + "zéro" + ], + "ignoreWords": [ + "Addison", + "Anypoint", + "Apiary", + "Apicurio", + "Approach", + "Architecture", + "Billion", + "Blueprint", + "Boot", + "Bordin", + "Brian", + "Brooks", + "Canary", + "Chervenski", + "Christopher", + "Contributions", + "Copilot", + "Cyberdyne", + "Dashofy", + "Erich", + "Foote", + "Foundations", + "Four", + "Frameworks", + "Frankenstein", + "Frederick", + "Fundamentals", + "Gabriella", + "Gang", + "Gatsby", + "Getting", + "Grounded", + "Helm", + "Hotmart", + "Insomnia", + "Intro", + "Inversion", + "Joseph", + "KISS", + "Kuebler", + "Liskov", + "Longman", + "Lucybot", + "Malba", + "Medvidovic", + "Microkernel", + "Mistake", + "Mulesoft", + "Ousterhout", + "Pacts", + "Parnas", + "Paternite", + "Pearson", + "Pham", + "Philosophy", + "Pioneers", + "Plant", + "Postman", + "Practice", + "Principle", + "Proceedings", + "Programming", + "Prometheus", + "Publishing", + "RAML", + "Rails", + "Responsibility", + "Richard", + "Richards", + "Runscope", + "SOAPUI", + "Sabedra", + "Segregation", + "Shelley", + "Skynet", + "Spring", + "Springer", + "Stainless", + "Started", + "Stoplight", + "Sunset", + "Swagger", + "Symposium", + "Tahan", + "Tailor", + "Teller", + "Tful", + "Their", + "Theory", + "Tony", + "Tulio", + "Tung", + "Tupperware", + "Understanding", + "Vlissides", + "Wesley", + "Whisperer", + "Wiley", + "Yaknyam", + "Yoder", + "asaideira", + "bombing", + "criacionais", + "decomposing", + "frameworks", + "gatsby", + "idea", + "manutenabilidade", + "mocking", + "mythical", + "needs", + "oriented", + "principles", + "serialização", + "spoilers", + "stakeholders", + "superset", + "terraplanista", + ], "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,