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

Updates for unit testing docs #6345

Draft
wants to merge 5 commits into
base: current
Choose a base branch
from

First draft of updates from Ganz

a3af151
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Draft

Updates for unit testing docs #6345

First draft of updates from Ganz
a3af151
Select commit
Loading
Failed to load commit list.
GitHub Actions / vale completed Oct 23, 2024 in 0s

reviewdog [vale] report

reported by reviewdog 🐶

Findings (3)

website/docs/docs/build/unit-tests.md|19 col 15| [custom.Typos] Oops there's a typo -- did you really mean 'v1.8'?
website/docs/docs/build/unit-tests.md|324 col 5| [custom.SentenceCaseHeaders] 'Common Pitfalls' should use sentence-style capitalization. Try '' instead.
website/docs/docs/build/unit-tests.md|328 col 5| [custom.SentenceCaseHeaders] 'How Unit Tests Compile' should use sentence-style capitalization. Try '' instead.

Filtered Findings (2)

website/docs/docs/build/unit-tests.md|13 col 50| [custom.Typos] Oops there's a typo -- did you really mean 'v1.8+'?
website/docs/docs/build/unit-tests.md|102 col 167| [custom.LatinAbbreviations] Avoid Latin abbreviations: 'for example'. Consider using 'edge' instead.

Annotations

Check warning on line 19 in website/docs/docs/build/unit-tests.md

See this annotation in the file changed.

@github-actions github-actions / vale

[vale] website/docs/docs/build/unit-tests.md#L19

[custom.Typos] Oops there's a typo -- did you really mean 'v1.8'? 
Raw output
{"message": "[custom.Typos] Oops there's a typo -- did you really mean 'v1.8'? ", "location": {"path": "website/docs/docs/build/unit-tests.md", "range": {"start": {"line": 19, "column": 15}}}, "severity": "WARNING"}

Check warning on line 324 in website/docs/docs/build/unit-tests.md

See this annotation in the file changed.

@github-actions github-actions / vale

[vale] website/docs/docs/build/unit-tests.md#L324

[custom.SentenceCaseHeaders] 'Common Pitfalls' should use sentence-style capitalization. Try '' instead.
Raw output
{"message": "[custom.SentenceCaseHeaders] 'Common Pitfalls' should use sentence-style capitalization. Try '' instead.", "location": {"path": "website/docs/docs/build/unit-tests.md", "range": {"start": {"line": 324, "column": 5}}}, "severity": "WARNING"}

Check warning on line 328 in website/docs/docs/build/unit-tests.md

See this annotation in the file changed.

@github-actions github-actions / vale

[vale] website/docs/docs/build/unit-tests.md#L328

[custom.SentenceCaseHeaders] 'How Unit Tests Compile' should use sentence-style capitalization. Try '' instead.
Raw output
{"message": "[custom.SentenceCaseHeaders] 'How Unit Tests Compile' should use sentence-style capitalization. Try '' instead.", "location": {"path": "website/docs/docs/build/unit-tests.md", "range": {"start": {"line": 328, "column": 5}}}, "severity": "WARNING"}