qa/spelling: Add Codespell support (#1121)

* Add codespell support

* Fix paths

* Add HTML files to exclusion list
This commit is contained in:
Adrian Gallagher
2023-01-30 12:36:56 +11:00
committed by GitHub
parent c785ae73a7
commit a79e0d2b3e
108 changed files with 359 additions and 318 deletions

View File

@@ -431,7 +431,7 @@ const(
)
func TestGetMarket(t *testing.T) {
t.Parallel() // adding t.Parralel() is preferred as it allows tests to run simultaneously, speeding up package test time
t.Parallel() // adding t.Parallel() is preferred as it allows tests to run simultaneously, speeding up package test time
f.Verbose = true // used for more detailed output
a, err := f.GetMarket(context.Background(), spotPair) // spotPair is just a const so it can be reused in other tests too
t.Log(a)

View File

@@ -18,7 +18,7 @@ Join our slack to discuss all things related to GoCryptoTrader! [GoCryptoTrader
## Default data directory
By default, GoCryptoTrader uses the following data directores:
By default, GoCryptoTrader uses the following data directories:
Operating System | Path | Translated
--- | --- | ----