[gjs/ewlsh/jasmine291] Don't run codespell on jasmine.js
- From: Evan Welsh <ewlsh src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gjs/ewlsh/jasmine291] Don't run codespell on jasmine.js
- Date: Sun, 7 Feb 2021 19:21:05 +0000 (UTC)
commit 172fa5d12de684438b1713c9bd0fc8de178cf113
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..ed4d55be 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]