From 854b4d91f60478204817b2b31ae97edf5fdfb81b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?David=20Hrb=C3=A1=C4=8D?= <david@hrbac.cz>
Date: Sun, 22 Jan 2017 22:43:31 +0100
Subject: [PATCH] Spell check - excludes

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d02dcd173..221cf28da 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -25,7 +25,7 @@ spell check:
   allow_failure: true
   script:
   - npm i markdown-spellcheck -g
-  - mdspell '**/*.md' '!docs.it4i/module*.md' -rn --en-us
+  - mdspell '**/*.md' '!docs.it4i/module*.md' '!docs.it4i/anselm-cluster-documentation/software/omics-master/overview.md' '!docs.it4i/downtimes_history.md' -rns --en-us
 
 ext_links:
   stage: test
-- 
GitLab