We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b15229 commit 68850c6Copy full SHA for 68850c6
.vale.ini
@@ -9,7 +9,7 @@ StylesPath = styles
9
10
# You can list packages from the StylesPath here.
11
# For example, if you download and add the 'Microsoft' style:
12
-# Packages = Microsoft
+Packages = write-good, Google
13
14
# =========== Formats ===========
15
# This section maps file extensions to Vale's supported formats
@@ -21,6 +21,6 @@ adoc = adoc
21
# This section defines which files to lint and how.
22
# It uses the formats defined above.
23
[*.adoc]
24
-BasedOnStyles = default, Vale
+BasedOnStyles = Vale, write-good, Google
25
# Add any other styles you want to use, e.g., Vale, Microsoft
26
Format = adoc
0 commit comments