diff --git a/.vale.ini b/.vale.ini new file mode 100644 index 00000000000..860a61d7000 --- /dev/null +++ b/.vale.ini @@ -0,0 +1,11 @@ +StylesPath = styles + +MinAlertLevel = suggestion +Vocab = Base + + +[*] +BasedOnStyles = Vale, RTD + +Vale.Spelling = YES +Vale.Repetition = YES diff --git a/styles/RTD/Naming.yml b/styles/RTD/Naming.yml new file mode 100644 index 00000000000..2e7ed112c1e --- /dev/null +++ b/styles/RTD/Naming.yml @@ -0,0 +1,6 @@ +extends: substitution +message: Use '%s' instead of '%s' +level: error +swap: + RTD: Read the Docs + Read The Docs: Read the Docs \ No newline at end of file diff --git a/styles/Vocab/Base/accept.txt b/styles/Vocab/Base/accept.txt new file mode 100644 index 00000000000..474e942e52c --- /dev/null +++ b/styles/Vocab/Base/accept.txt @@ -0,0 +1,2 @@ +MKDocs +Conda \ No newline at end of file diff --git a/styles/Vocab/Base/reject.txt b/styles/Vocab/Base/reject.txt new file mode 100644 index 00000000000..e69de29bb2d