Skip to content

Commit 61ecce1

Browse files
authored
maint: updating Vale's settings (#52)
1 parent 18ba21d commit 61ecce1

File tree

5 files changed

+3
-1
lines changed

5 files changed

+3
-1
lines changed

.github/workflows/cicd.yml

+1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
uses: ansys/actions/doc-style@v5
3535
with:
3636
token: ${{ secrets.GITHUB_TOKEN }}
37+
vale-version: "3.1.0"
3738

3839
smoke-tests:
3940
name: "Build and Smoke tests"

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ repos:
4040
rev: v2.2.6
4141
hooks:
4242
- id: codespell
43-
args: ["--ignore-words", "doc/styles/Vocab/ANSYS/accept.txt"]
43+
args: ["--ignore-words", "doc/styles/config/vocabularies/ANSYS/accept.txt"]
4444

4545
# this validates our github workflow files
4646
- repo: https://github.com/python-jsonschema/check-jsonschema

doc/.vale.ini

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ Vocab = ANSYS
2626

2727
# Apply the following styles
2828
BasedOnStyles = Vale, Google
29+
Vale.Terms = NO
2930

3031
# Removing Google-specific rule - Not applicable under some circumstances
3132
Google.Colons = NO

0 commit comments

Comments
 (0)