From: XhmikosR Date: Sun, 30 Jan 2022 14:11:38 +0000 (+0200) Subject: Update cspell config (#35680) X-Git-Tag: v5.2.0-beta1~298 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f77a58b3816f8a85ecf4f629fe6c0671512dec08;p=thirdparty%2Fbootstrap.git Update cspell config (#35680) * use `en-US` * scan all markdown files * ignore dist, rtl and tests files --- diff --git a/.cspell.json b/.cspell.json index 35d0d293e1..bfbdaad79c 100644 --- a/.cspell.json +++ b/.cspell.json @@ -11,6 +11,7 @@ "Blockquotes", "Bootstrappers", "borderless", + "Brotli", "browserslist", "browserslistrc", "btncheck", @@ -67,6 +68,7 @@ "Noto", "offcanvas", "offcanvases", + "Packagist", "popperjs", "prebuild", "precompiled", @@ -103,17 +105,18 @@ "vstack", "walkthroughs", "WCAG", - "zindex", - "بالعالم", - "مرحبًا" + "zindex" ], - "language": "en, en-US", + "language": "en-US", "files": [ - "site/**/*.md" + "**/*.md" ], "ignorePaths": [ ".cspell.json", - "*.min.*" + "dist/", + "*.min.*", + "**/*rtl*", + "**/tests/**" ], "useGitignore": true }