mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2025-01-03 09:37:38 +00:00
build: disable misspell, upstream bug prevents builds
This commit is contained in:
parent
6d359dbcc6
commit
15f32a8d57
@ -292,7 +292,8 @@ func doTest(cmdline []string) {
|
|||||||
// Run analysis tools before the tests.
|
// Run analysis tools before the tests.
|
||||||
build.MustRun(goTool("vet", packages...))
|
build.MustRun(goTool("vet", packages...))
|
||||||
if *misspell {
|
if *misspell {
|
||||||
spellcheck(packages)
|
// TODO(karalabe): Reenable after false detection is fixed: https://github.com/client9/misspell/issues/105
|
||||||
|
// spellcheck(packages)
|
||||||
}
|
}
|
||||||
// Run the actual tests.
|
// Run the actual tests.
|
||||||
gotest := goTool("test", buildFlags(env)...)
|
gotest := goTool("test", buildFlags(env)...)
|
||||||
|
Loading…
Reference in New Issue
Block a user