]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Update cspell config (#35680)
authorXhmikosR <xhmikosr@gmail.com>
Sun, 30 Jan 2022 14:11:38 +0000 (16:11 +0200)
committerGitHub <noreply@github.com>
Sun, 30 Jan 2022 14:11:38 +0000 (16:11 +0200)
* use `en-US`
* scan all markdown files
* ignore dist, rtl and tests files

.cspell.json

index 35d0d293e1be360c3c7bd7a9eb8815500e28f682..bfbdaad79c49130d0d3c8a4d434bae78d3f822bb 100644 (file)
@@ -11,6 +11,7 @@
     "Blockquotes",
     "Bootstrappers",
     "borderless",
+    "Brotli",
     "browserslist",
     "browserslistrc",
     "btncheck",
@@ -67,6 +68,7 @@
     "Noto",
     "offcanvas",
     "offcanvases",
+    "Packagist",
     "popperjs",
     "prebuild",
     "precompiled",
     "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
 }