I saw this tast-lint error while uploading a CL:
src/chromiumos/tast/local/bundles/cros/main.go: Import should be grouped into standard packages, third-party packages and chromiumos packages in this order separated by empty lines.
Apply the following patch to fix:
@@ -9,7 +9,6 @@
import (
"os"
-
// Underscore-imported packages register their tests via init functions.
"chromiumos/tast/bundle"
_ "chromiumos/tast/local/bundles/cros/arc"
The order is correct, so this is a false positive of the import checker.
Comment 1 by bugdroid1@chromium.org
, Oct 31