followup #16067 --spellSuggest (#17401)

* followup #16067 --spellSuggest

* enable --spellSuggest by default

* fixup
This commit is contained in:
Timothee Cour
2021-03-16 23:40:29 -07:00
committed by GitHub
parent 5fe5f47033
commit 4d3f3513e2
4 changed files with 25 additions and 23 deletions

View File

@@ -8,6 +8,7 @@ switch("path", "$lib/../testament/lib")
switch("colors", "off")
switch("listFullPaths", "off")
switch("excessiveStackTrace", "off")
switch("spellSuggest", "0")
# for std/unittest
switch("define", "nimUnittestOutputLevel:PRINT_FAILURES")