We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d359db commit 15f32a8Copy full SHA for 15f32a8
build/ci.go
@@ -292,7 +292,8 @@ func doTest(cmdline []string) {
292
// Run analysis tools before the tests.
293
build.MustRun(goTool("vet", packages...))
294
if *misspell {
295
- spellcheck(packages)
+ // TODO(karalabe): Reenable after false detection is fixed: https://github.com/client9/misspell/issues/105
296
+ // spellcheck(packages)
297
}
298
// Run the actual tests.
299
gotest := goTool("test", buildFlags(env)...)
0 commit comments