build/analysis: rename checkcompilerdirectives to gocheckcompilerdirectives
We want to keep the package names identical to the run they contain.
Change-Id: I1d9dddec2cc47f6986597cf80b2a6e0367d0797c
Reviewed-on: https://review.monogon.dev/c/monogon/+/4483
Reviewed-by: Leopold Schabel <leo@monogon.tech>
Tested-by: Jenkins CI
diff --git a/build/analysis/BUILD.bazel b/build/analysis/BUILD.bazel
index ba07e9d..395c33f 100644
--- a/build/analysis/BUILD.bazel
+++ b/build/analysis/BUILD.bazel
@@ -89,7 +89,7 @@
# 'standard' 80 characters long, as prose within comment blocks does not
# soft-reflow well.
"@com_github_corverroos_commentwrap//:go_default_library",
- "//build/analysis/checkcompilerdirectives",
+ "//build/analysis/gocheckcompilerdirectives",
"//build/analysis/noioutil",
"//build/analysis/importsort",
"//build/analysis/gofmt",