Packages
Packages = Google, write-good
[*.md]
BasedOnStyles = Vale, Google, write-goodStructure and hosting
Pinning a version
Ordering
VCS
Last updated
StylesPath = .github/styles
MinAlertLevel = suggestion
Packages = Microsoft, https://github.com/vale-cli/write-good/releases/download/v0.4.0/write-good.zip
[README.md]
BasedOnStyles = Vale$ unzip write-good.zip
Archive: write-good.zip
creating: write-good/
inflating: write-good/README.md
inflating: write-good/Cliches.yml
inflating: write-good/ThereIs.yml
inflating: write-good/Weasel.yml
inflating: write-good/TooWordy.yml
inflating: write-good/Passive.yml
inflating: write-good/So.yml
inflating: write-good/Illusions.yml
inflating: write-good/E-Prime.yml
inflating: write-good/meta.json$ unzip Hugo.zip
Archive: Hugo.zip
creating: Hugo/
inflating: Hugo/.vale.ini$ tree MyPackage
MyPackage
├── .vale.ini
└── styles
├── MyStyle
│ └── MyRule.yml
└── config
├── dictionaries
│ └── MyDic.dic
├── scripts
│ └── MyScript.tengo
└── vocabularies
└── MyVocab
├── accept.txt
└── reject.txt# This is subfolder included in our .zip archive.
StylesPath = styles
# Complete packages can include other, externally-defined
# packages.
Packages = proselint
# Normal configuration ...
[*.{md,adoc}]
Test.Rule = YESStylesPath = styles
Packages = https://github.com/vale-cli/Google/releases/download/v0.7.0/Google.zip
[*.md]
BasedOnStyles = GooglePackages = pkg1, pkg2
# Local configuration ...
[*.{md,adoc}]
Test.Rule = YES# We want to ignore our StylesPath *except* for our local
# `vocabularies/Base` directory.
.github/styles/*
!.github/styles/config/
.github/styles/config/*
!.github/styles/config/vocabularies/
.github/styles/config/vocabularies/*
!.github/styles/config/vocabularies/Base