-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add editorial checks through Vale (#12)
* add vale config * update existing content based on vale lint checks * linting * remove alex from npm deps * update workflow * add installation step * Update poetry.lock * sync vale before running it in pre-commit Co-Authored-By: Faisal Alquaddoomi <faisal.alquaddoomi@cuanschutz.edu> * lint file --------- Co-authored-by: Faisal Alquaddoomi <faisal.alquaddoomi@cuanschutz.edu>
- Loading branch information
1 parent
f11d11a
commit ba0f385
Showing
11 changed files
with
502 additions
and
5,144 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 |
---|---|---|
|
@@ -297,3 +297,6 @@ dist | |
# almanac-specific ignores | ||
|
||
/src/almanac/_build | ||
|
||
# for ignoring vale package installs | ||
/styles |
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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# generated from https://vale.sh/generator/ | ||
StylesPath = styles | ||
|
||
MinAlertLevel = warning | ||
|
||
Vocab = almanac | ||
|
||
Packages = proselint, write-good, alex | ||
|
||
[*.{md}] | ||
BasedOnStyles = Vale, proselint, write-good, alex | ||
|
||
write-good.TooWordy = NO |
Oops, something went wrong.