From 53b98f49e9d6aeda8d89ea8f3f8a662a1ae96f28 Mon Sep 17 00:00:00 2001 From: Dominik Becker Date: Sun, 2 Dec 2018 11:27:03 +0000 Subject: [PATCH] #19 changed hunspell dictionary to de_DE_neu --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 88f55c0..32520d4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -19,7 +19,7 @@ hunspell: image: tmaier/hunspell:latest stage: test script: - - export HUNSPELL_FINDINGS=`for filename in chapter/*.tex; do hunspell -l -d de_DE_frami,en_US -p ./.hunspellignore -t $filename; done | sort | uniq` + - export HUNSPELL_FINDINGS=`for filename in chapter/*.tex; do hunspell -l -d de_DE_neu,en_US -p ./.hunspellignore -t $filename; done | sort | uniq` - echo $HUNSPELL_FINDINGS - test "$HUNSPELL_FINDINGS" == "" allow_failure: true \ No newline at end of file