Skip to content

Commit

Permalink
Restore ignored words for now
Browse files Browse the repository at this point in the history
  • Loading branch information
deadlydog committed Apr 20, 2024
1 parent 8e9379b commit f71a2e0
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,20 +17,20 @@
"unshown"
],
"ignoreWords": [
// "Codespace", // GitHub Codespaces
// "Codespaces", // GitHub Codespaces
// "deadlydog",
// "dawidd", // GitHub action author
"Codespace", // GitHub Codespaces
"Codespaces", // GitHub Codespaces
"deadlydog", // Username
"dawidd", // GitHub action author
"devcontainer", // VS Code devcontainer
// "gittools", // GitHub action author
// "Hmmss", // Time format
// "jacoco", // Java code coverage
// "Leonhardt", // Person's name
// "madrapps", // GitHub action author
// "netstandard", // .NET Standard project target
// "nunit", // .NET unit testing framework
// "pwsh", // PowerShell Core
// "PowerShelldle", // PowerShell game
// "Wordle" // Game
"gittools", // GitHub action author
"Hmmss", // Time format
"jacoco", // Java code coverage
"Leonhardt", // Person's name
"madrapps", // GitHub action author
"netstandard", // .NET Standard project target
"nunit", // .NET unit testing framework
"pwsh", // PowerShell Core
"PowerShelldle", // PowerShell game
"Wordle" // Game
]
}

0 comments on commit f71a2e0

Please sign in to comment.