[gnome-user-docs/codespell-ci: 2/2] ci: Ignore the NEWS and po files for codespell




commit 3a7ade08121a55c5b71dbe2a272c0d02754be255
Author: Felipe Borges <felipeborges gnome org>
Date:   Tue Oct 13 14:04:59 2020 +0200

    ci: Ignore the NEWS and po files for codespell
    
    These are going to return false positives for different locales.

 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 28e190fa..174a72e4 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -11,4 +11,4 @@ build-fedora:
 codespell:
   image: registry.gitlab.gnome.org/gnome/gnome-user-docs:latest
   script:
-    - codespell -S "*.png,*.po,.git,*.jpg" -f
+    - codespell -S "*.png,*.po,.git,*.jpg" -f --skip="*.po,NEWS,gnome-help/Makefile.am"


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