Skip to content

Commit 0a1bf21

Browse files
Update .vale.ini
1 parent e7b1613 commit 0a1bf21

File tree

1 file changed

+2
-13
lines changed

1 file changed

+2
-13
lines changed

.vale.ini

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +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 = write-good, Google
12+
Packages = Microsoft, Google
1313

14-
# =========== Formats ===========
15-
# This section maps file extensions to Vale's supported formats
16-
# and tells Vale how to find the text.
17-
[formats]
18-
adoc = adoc
19-
20-
# =========== Globs ===========
21-
# This section defines which files to lint and how.
22-
# It uses the formats defined above.
2314
[*.adoc]
24-
BasedOnStyles = Vale, write-good, Google
25-
# Add any other styles you want to use, e.g., Vale, Microsoft
26-
Format = adoc
15+
BasedOnStyles = Vale, Microsoft, Google

0 commit comments

Comments
 (0)