-
Notifications
You must be signed in to change notification settings - Fork 436
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Test vale lint Signed-off-by: Ian Maddaus <[email protected]> * Add something that should fail. Signed-off-by: Ian Maddaus <[email protected]> * Set file directories Signed-off-by: Ian Maddaus <[email protected]> * Remove offending text Signed-off-by: Ian Maddaus <[email protected]> * Test a vale warning Signed-off-by: Ian Maddaus <[email protected]> * More testing Signed-off-by: Ian Maddaus <[email protected]> * More testing Signed-off-by: Ian Maddaus <[email protected]> * More testing Signed-off-by: Ian Maddaus <[email protected]> * Revert some testing Signed-off-by: Ian Maddaus <[email protected]> * Remove test example Signed-off-by: Ian Maddaus <[email protected]> * Cleanup config files Signed-off-by: Ian Maddaus <[email protected]> * Additional note Signed-off-by: Ian Maddaus <[email protected]> * That space will bug me. Signed-off-by: Ian Maddaus <[email protected]> --------- Signed-off-by: Ian Maddaus <[email protected]>
- Loading branch information
Showing
11 changed files
with
29 additions
and
73 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,18 @@ | ||
# Vale configuration file. | ||
# | ||
# This config file configures Vale when it's run locally. | ||
# The tools/vale/.vale-github-action.ini file configures Vale when it's run by GitHub Actions. | ||
# | ||
# For more information, see https://vale.sh/docs/. | ||
|
||
StylesPath = tools/vale/ | ||
MinAlertLevel = warning | ||
MinAlertLevel = suggestion | ||
SkippedScopes = code | ||
Packages = Microsoft, write-good, Readability, Hugo | ||
Packages = Microsoft, write-good, Hugo | ||
Vocab = Chef | ||
|
||
[*.md] | ||
BasedOnStyles = chef, Microsoft, Readability, vale, write-good | ||
[*.{md,yaml,yml}] | ||
BasedOnStyles = chef, Microsoft, vale, write-good | ||
|
||
# Ignore SVG markup | ||
TokenIgnores = (\*\*\{\w*\}\*\*) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# Vale configuration file. | ||
# | ||
# This config file is for Vale lints run by GitHub Actions. | ||
# See the .github/workflows/lint.yml file. | ||
# See the .vale.ini file in the project root for lints run on a local workstation. | ||
# | ||
# For more information, see https://vale.sh/docs/. | ||
|
||
StylesPath = ../vale/ | ||
MinAlertLevel = error | ||
SkippedScopes = code | ||
Packages = Microsoft, write-good, Hugo | ||
Vocab = Chef | ||
|
||
[*.{md,yaml,yml}] | ||
BasedOnStyles = chef, Microsoft, vale, write-good | ||
|
||
# Ignore SVG markup | ||
TokenIgnores = (\*\*\{\w*\}\*\*) |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.