From c656be4e4aa74d74eabe4f247edf1b47e9579474 Mon Sep 17 00:00:00 2001
From: Karel van Klink <karel.vanklink@geant.org>
Date: Mon, 15 Jan 2024 10:57:00 +0100
Subject: [PATCH] bump vale from v2 to v3

---
 .gitignore                                                      | 2 +-
 docs/.gitlab-ci.yml                                             | 2 +-
 .../styles/{Vocab => config/vocabularies}/Sphinx/accept.txt     | 0
 .../{Vocab => config/vocabularies}/geant-jargon/accept.txt      | 0
 4 files changed, 2 insertions(+), 2 deletions(-)
 rename docs/vale/styles/{Vocab => config/vocabularies}/Sphinx/accept.txt (100%)
 rename docs/vale/styles/{Vocab => config/vocabularies}/geant-jargon/accept.txt (100%)

diff --git a/.gitignore b/.gitignore
index bd625c22..5133b408 100644
--- a/.gitignore
+++ b/.gitignore
@@ -14,7 +14,7 @@ build/
 # Documentation
 docs/build
 docs/vale/styles/*
-!docs/vale/styles/Vocab/
+!docs/vale/styles/config/
 !docs/vale/styles/custom/
 
 .idea
diff --git a/docs/.gitlab-ci.yml b/docs/.gitlab-ci.yml
index 9f8227db..68d7fd2a 100644
--- a/docs/.gitlab-ci.yml
+++ b/docs/.gitlab-ci.yml
@@ -20,7 +20,7 @@ build-documentation:
 lint-documentation:
   stage: documentation
   image:
-    name: jdkato/vale:v2.30.0
+    name: jdkato/vale:latest
     entrypoint: [""]
 
   tags:
diff --git a/docs/vale/styles/Vocab/Sphinx/accept.txt b/docs/vale/styles/config/vocabularies/Sphinx/accept.txt
similarity index 100%
rename from docs/vale/styles/Vocab/Sphinx/accept.txt
rename to docs/vale/styles/config/vocabularies/Sphinx/accept.txt
diff --git a/docs/vale/styles/Vocab/geant-jargon/accept.txt b/docs/vale/styles/config/vocabularies/geant-jargon/accept.txt
similarity index 100%
rename from docs/vale/styles/Vocab/geant-jargon/accept.txt
rename to docs/vale/styles/config/vocabularies/geant-jargon/accept.txt
-- 
GitLab