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

Fixing vale warning #2394

Merged
merged 50 commits into from
Oct 17, 2023

Merge branch 'main' into fix/codestyle

70e07d9
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

Fixing vale warning #2394

Merge branch 'main' into fix/codestyle
70e07d9
Select commit
Loading
Failed to load commit list.
GitHub Actions / vale completed Oct 11, 2023 in 0s

reviewdog [vale] report

reported by reviewdog 🐶

Findings (2)

doc/source/api/unit_testing.rst|85 col 1| [Google.Headings] 'Continuous Integration and Continuous Deployment (CI/CD) approach' should use sentence-style capitalization.
doc/source/api/unit_testing.rst|122 col 4| [Google.Will] Avoid using 'will'.

Filtered Findings (0)

Annotations

Check warning on line 85 in doc/source/api/unit_testing.rst

See this annotation in the file changed.

@github-actions github-actions / vale

[vale] doc/source/api/unit_testing.rst#L85

[Google.Headings] 'Continuous Integration and Continuous Deployment (CI/CD) approach' should use sentence-style capitalization.
Raw output
{"message": "[Google.Headings] 'Continuous Integration and Continuous Deployment (CI/CD) approach' should use sentence-style capitalization.", "location": {"path": "doc/source/api/unit_testing.rst", "range": {"start": {"line": 85, "column": 1}}}, "severity": "WARNING"}

Check warning on line 122 in doc/source/api/unit_testing.rst

See this annotation in the file changed.

@github-actions github-actions / vale

[vale] doc/source/api/unit_testing.rst#L122

[Google.Will] Avoid using 'will'.
Raw output
{"message": "[Google.Will] Avoid using 'will'.", "location": {"path": "doc/source/api/unit_testing.rst", "range": {"start": {"line": 122, "column": 4}}}, "severity": "WARNING"}