Skip to content

Commit 35929da

Browse files
StaticRocketcshilwant
authored andcommitted
chore: add vale config for prose and spell checking
Red Hat has a pretty good template for this thing [1] and it already understands RST. Might as well pick it up here. Fair warning, it's much more picky than I am. I'm not entirely sure if we should add it to the PR checker right now, as even my stuff was flagged to hell and back. [1] https://github.com/redhat-documentation/vale-at-red-hat Signed-off-by: Randolph Sapp <[email protected]>
1 parent 215865e commit 35929da

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
*.swp
22
*.pyc
33
build/
4+
.vale/

.vale.ini

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
MinAlertLevel = suggestion
2+
3+
Packages = RedHat
4+
5+
[*.{md,rst}]
6+
BasedOnStyles = RedHat

0 commit comments

Comments
 (0)