Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions ConsoleApp/SpellCheckTest.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
public class SpellCheckTest
{
public SpellCheckTest()
{
var blah = "typoz";

Check warning on line 5 in ConsoleApp/SpellCheckTest.cs

View workflow job for this annotation

GitHub Actions / Build and Test

The variable 'blah' is assigned but its value is never used

Check warning on line 5 in ConsoleApp/SpellCheckTest.cs

View workflow job for this annotation

GitHub Actions / Build and Test

The variable 'blah' is assigned but its value is never used

Check warning on line 5 in ConsoleApp/SpellCheckTest.cs

View workflow job for this annotation

GitHub Actions / spellcheck

Unknown word (typoz)
}
}
Loading