summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPete Higgins <pete@peterhiggins.org>2020-06-16 10:53:30 -0700
committerPete Higgins <pete@peterhiggins.org>2020-06-16 17:26:41 -0700
commit137877cf697642f705995f986eb5707506de7566 (patch)
treeff724515da0042bbdb27352f776bcf7bbb63edb1
parent3f687f064323f070e9a0afb563c4160c680e960c (diff)
downloadchef-soft-fail-spellchecker-in-ci.tar.gz
Don't fail CI builds when there are spellchecker violations.soft-fail-spellchecker-in-ci
Signed-off-by: Pete Higgins <pete@peterhiggins.org>
-rw-r--r--.expeditor/verify_public.pipeline.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.expeditor/verify_public.pipeline.yml b/.expeditor/verify_public.pipeline.yml
index ae750546f0..7d016140cd 100644
--- a/.expeditor/verify_public.pipeline.yml
+++ b/.expeditor/verify_public.pipeline.yml
@@ -577,6 +577,7 @@ steps:
- ruby -rjson -e "JSON.parse(File.read('cspell.json'))" 2>/dev/null || (echo "Failed to parse config file 'cspell.json', skipping spellcheck" && exit 1)
- npm install -g cspell
- cspell "**/*"
+ soft_fail: true
expeditor:
executor:
docker: