GitHub Actions / typos
completed
Jun 15, 2024 in 1s
reviewdog [typos] report
reported by reviewdog 🐶
Findings (2)
testdata/text.md|1 col 1| Determinisitic
should be Deterministic
testdata/text.md|11 col 4| SHOUL
should be SHOULD
, SHAWL
, SHOAL
Filtered Findings (4)
testdata/text.md|5 col 1| langauge
should be language
testdata/text.md|7 col 1| varius
should be various
testdata/text.md|9 col 3| abd
should be and
testdata/subdir/text.md|1 col 1| Determinisitic
should be Deterministic
Annotations
Check notice on line 1 in testdata/text.md
github-actions / typos
[typos] testdata/text.md#L1
`Determinisitic` should be `Deterministic`
Raw output
{"message":"`Determinisitic` should be `Deterministic`","location":{"path":"./testdata/text.md","range":{"start":{"line":1,"column":1},"end":{"line":1,"column":15}}},"suggestions":[{"text":"Deterministic","range":{"start":{"line":1,"column":1},"end":{"line":1,"column":15}}}]}
Check notice on line 11 in testdata/text.md
github-actions / typos
[typos] testdata/text.md#L11
`SHOUL` should be `SHOULD`, `SHAWL`, `SHOAL`
Raw output
{"message":"`SHOUL` should be `SHOULD`, `SHAWL`, `SHOAL`","location":{"path":"./testdata/text.md","range":{"start":{"line":11,"column":4},"end":{"line":11,"column":9}}},"suggestions":[{"text":"SHOULD","range":{"start":{"line":11,"column":4},"end":{"line":11,"column":9}}},{"text":"SHAWL","range":{"start":{"line":11,"column":4},"end":{"line":11,"column":9}}},{"text":"SHOAL","range":{"start":{"line":11,"column":4},"end":{"line":11,"column":9}}}]}
Loading