From 0161b18a6239d2eaa366b1aede6dcbe9423d2342 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jorge=20Mart=C3=ADnez?= <28702884+jorgepiloto@users.noreply.github.com> Date: Wed, 17 Apr 2024 10:47:54 +0200 Subject: [PATCH] feat: update to Vale 3 (#457) Co-authored-by: Roberto Pastor Muela <37798125+RobPasMue@users.noreply.github.com> --- doc/.vale.ini | 1 + doc/styles/.gitignore | 6 +++--- doc/styles/{Vocab => config/vocabularies}/ANSYS/accept.txt | 0 doc/styles/{Vocab => config/vocabularies}/ANSYS/reject.txt | 0 4 files changed, 4 insertions(+), 3 deletions(-) rename doc/styles/{Vocab => config/vocabularies}/ANSYS/accept.txt (100%) rename doc/styles/{Vocab => config/vocabularies}/ANSYS/reject.txt (100%) diff --git a/doc/.vale.ini b/doc/.vale.ini index 5bdb32a80..41ee54de4 100644 --- a/doc/.vale.ini +++ b/doc/.vale.ini @@ -26,3 +26,4 @@ Vocab = ANSYS # Apply the following styles BasedOnStyles = Vale, Google +Vale.Terms = NO diff --git a/doc/styles/.gitignore b/doc/styles/.gitignore index 72177bc1e..09762ab1b 100644 --- a/doc/styles/.gitignore +++ b/doc/styles/.gitignore @@ -1,4 +1,4 @@ -* -!Vocab -!Vocab/** +/* +!**/ANSYS/accept.txt +!**/ANSYS/reject.txt !.gitignore diff --git a/doc/styles/Vocab/ANSYS/accept.txt b/doc/styles/config/vocabularies/ANSYS/accept.txt similarity index 100% rename from doc/styles/Vocab/ANSYS/accept.txt rename to doc/styles/config/vocabularies/ANSYS/accept.txt diff --git a/doc/styles/Vocab/ANSYS/reject.txt b/doc/styles/config/vocabularies/ANSYS/reject.txt similarity index 100% rename from doc/styles/Vocab/ANSYS/reject.txt rename to doc/styles/config/vocabularies/ANSYS/reject.txt