We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb32816 commit 6a40817Copy full SHA for 6a40817
.github/workflows/ci.yml
@@ -47,6 +47,7 @@ jobs:
47
level: error
48
filter_mode: nofilter
49
fail_on_error: true
50
+ vale_flags: "--config=doc/.vale.ini"
51
52
python_test_import:
53
name: Python - Smoke Tests
.vale.ini renamed to doc/.vale.ini
@@ -2,7 +2,7 @@
2
# =============
3
4
# Location of our `styles`
5
-StylesPath = "doc/styles"
+StylesPath = "styles"
6
7
# The options are `suggestion`, `warning`, or `error` (defaults to “warning”).
8
MinAlertLevel = warning
0 commit comments