Skip to content
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

Added vale linter in github actions #704

Merged
merged 14 commits into from
Jul 17, 2024
Prev Previous commit
Next Next commit
feat: updated .vale.ini
Signed-off-by: Asish Kumar <[email protected]>
officialasishkumar committed May 3, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 71dfeb6027e9bae88b34a2c30a388e0ceb904e06
2 changes: 1 addition & 1 deletion .vale.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
StylesPath = .github/styles

MinAlertLevel = error
MinAlertLevel = suggestion

Packages = Google


Unchanged files with check annotations Beta

##### Thank you for your interest in making this project even better.
We don't make test files for makking a pulls request

Check warning on line 187 in content/community.md

GitHub Actions / runner / vale

[vale] reported by reviewdog 🐶 [Google.We] Try to avoid using first-person plural like 'We'. Raw Output: {"message": "[Google.We] Try to avoid using first-person plural like 'We'.", "location": {"path": "content/community.md", "range": {"start": {"line": 187, "column": 1}}}, "severity": "WARNING"}

Check failure on line 187 in content/community.md

GitHub Actions / runner / vale

[vale] reported by reviewdog 🐶 [Vale.Spelling] Did you really mean 'makking'? Raw Output: {"message": "[Vale.Spelling] Did you really mean 'makking'?", "location": {"path": "content/community.md", "range": {"start": {"line": 187, "column": 30}}}, "severity": "ERROR"}