[gjs/ewlsh/jasmine291] Don't run codespell on jasmine.js



commit 4ff6240878269a2d4654a9f6283b83712ea3d486
Author: Evan Welsh <contact evanwelsh com>
Date:   Sun Feb 7 11:17:09 2021 -0800

    Don't run codespell on jasmine.js

 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 76db9ad0..f667e2d2 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -236,7 +236,7 @@ codespell:
   stage: source_check
   image: "docker.io/bilelmoussaoui/codespell"
   script:
-    - codespell -S "*.png,*.po,*.jpg,.git,LICENSES" -f --builtin "code,clear" 
--ignore-words-list="afterall,befores,files',filetest,gir,inout,stdio,uint,upto,xdescribe"
+    - codespell -S "*.png,*.po,*.jpg,.git,LICENSES" -f --builtin "code,clear" --skip 
installed-tests/js/jasmine.js 
--ignore-words-list="afterall,befores,files',filetest,gir,inout,stdio,uint,upto,xdescribe"
 
 license-check:
   when: on_success


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]