Skip to content

Commit 68850c6

Browse files
Update .vale.ini
1 parent 4b15229 commit 68850c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.vale.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ StylesPath = styles
99

1010
# You can list packages from the StylesPath here.
1111
# For example, if you download and add the 'Microsoft' style:
12-
# Packages = Microsoft
12+
Packages = write-good, Google
1313

1414
# =========== Formats ===========
1515
# This section maps file extensions to Vale's supported formats
@@ -21,6 +21,6 @@ adoc = adoc
2121
# This section defines which files to lint and how.
2222
# It uses the formats defined above.
2323
[*.adoc]
24-
BasedOnStyles = default, Vale
24+
BasedOnStyles = Vale, write-good, Google
2525
# Add any other styles you want to use, e.g., Vale, Microsoft
2626
Format = adoc

0 commit comments

Comments
 (0)