mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-06-05 23:16:53 +00:00
qa/spelling: Add Codespell support (#1121)
* Add codespell support * Fix paths * Add HTML files to exclusion list
This commit is contained in:
@@ -708,7 +708,7 @@ func TestMatchesEmailPattern(t *testing.T) {
|
||||
if success {
|
||||
t.Error("MatchesEmailPattern() unexpected test validation result")
|
||||
}
|
||||
success = MatchesEmailPattern("someon esemail@gmail")
|
||||
success = MatchesEmailPattern("someone esemail@gmail")
|
||||
if success {
|
||||
t.Error("MatchesEmailPattern() unexpected test validation result")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user