فهرست منبع

Fix spellcheck issues in ci

Vince Salvino 10 ماه پیش
والد
کامیت
3ef64e5354
2فایلهای تغییر یافته به همراه4 افزوده شده و 2 حذف شده
  1. 3 1
      ci/spellcheck.ps1
  2. 1 1
      coderedcms/project_template/pro/website/static/website/src/_variables.scss

+ 3 - 1
ci/spellcheck.ps1

@@ -15,7 +15,9 @@ Push-Location $projectDir
 $ExitCode = 0
 
 # Run spell checker.
-codespell --skip="migrations,vendor,_build,*.css.map,*.jpg,*.png,*.pyc" `
+codespell `
+    --skip="migrations,vendor,_build,*.css.map,*.jpg,*.png,*.pyc" `
+    --ignore-words-list="assertIn" `
     coderedcms docs
 $ExitCode = $LastExitCode
 

+ 1 - 1
coderedcms/project_template/pro/website/static/website/src/_variables.scss

@@ -5,7 +5,7 @@
 /// All variables can be found here:
 ///   https://github.com/twbs/bootstrap/blob/v5.3.2/scss/_variables.scss
 ///
-/// Bootstrap themeing guide can be found here:
+/// Bootstrap guide can be found here:
 ///   https://getbootstrap.com/docs/5.3/customize/overview/