-
Notifications
You must be signed in to change notification settings - Fork 6
Add Vale for content linting to the repo #541
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 28 commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
887e0e0
Add Vale for content linting to the repo
paddyroddy 2a2348c
Move comment to bottom
paddyroddy b091a30
Update .github/styles/custom/endash.yml
paddyroddy a0e8d26
Update .vale.ini
paddyroddy ca5a045
Update .vale.ini
paddyroddy e32d217
Update .vale.ini
paddyroddy 5293621
Change rules
paddyroddy 77fd9a0
Update british-spellings.yml
paddyroddy 915a6e8
Add gitignore
paddyroddy d83fe9b
Fix Vale sync issue
paddyroddy 703f01e
Delete .github/styles/custom/british-spellings.yml
paddyroddy e1d5b39
Remove custom files
paddyroddy 31dd235
Update gitignore
paddyroddy 6fead66
Expand vale.ini
paddyroddy 815e295
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 2076cd7
Revert changes
paddyroddy fa2ec11
Disable licence files
paddyroddy 36ddf8c
Merge branch 'main' into vale
paddyroddy 8539fe0
Remove RedHat
paddyroddy db62870
Remove RedHat properly
paddyroddy 1f0983c
Try REVIEWDOG_GITHUB_API_TOKEN var
paddyroddy 3d1617e
Revert "Try REVIEWDOG_GITHUB_API_TOKEN var"
paddyroddy a2af066
Change to `github-check`
paddyroddy f5201d8
Turn off error
paddyroddy 7b25e03
Try github-pr-review again
paddyroddy 808b1e7
Revert "Try github-pr-review again"
paddyroddy bf1841f
Remove quarto references
paddyroddy f8aad48
Genuine bug: "the the"
samcunliffe a20c799
Turn off rules for `> NOTE`
paddyroddy 73fd5c1
Exclude all GitHub magic callouts
paddyroddy 3adfd7b
Improve comment
paddyroddy f53e939
Exclude CODE_OF_CONDUCT
paddyroddy 3748887
Use @matt-graham's regex
paddyroddy 245674e
Revert markdown change
paddyroddy File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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,24 @@ | ||
StylesPath = .github/styles | ||
|
||
# https://github.com/errata-ai/packages | ||
Packages = proselint,\ | ||
write-good | ||
|
||
[*.md] | ||
BasedOnStyles = proselint,\ | ||
Vale,\ | ||
write-good | ||
|
||
# Disable | ||
Vale.Spelling = NO | ||
write-good.E-Prime = NO | ||
write-good.Passive = NO | ||
write-good.TooWordy = NO | ||
|
||
# `vale sync` in CI means the packages are then linted, so turn them off | ||
[.github/styles/**] | ||
BasedOnStyles = | ||
|
||
# Don't modify licence files | ||
[**/LICENSE*] | ||
BasedOnStyles = | ||
paddyroddy marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
This file contains hidden or 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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.