build/analysis: make nogo stricter by enabling more checks

Change-Id: I2164e17ff0c11ffc22793bb8789f218ceda3706a
Reviewed-on: https://review.monogon.dev/c/monogon/+/2975
Reviewed-by: Lorenz Brun <lorenz@monogon.tech>
Tested-by: Jenkins CI
diff --git a/build/analysis/checkcompilerdirectives/checkcompilerdirectives.go b/build/analysis/checkcompilerdirectives/checkcompilerdirectives.go
new file mode 100644
index 0000000..a3bbe85
--- /dev/null
+++ b/build/analysis/checkcompilerdirectives/checkcompilerdirectives.go
@@ -0,0 +1,5 @@
+package checkcompilerdirectives
+
+import "4d63.com/gocheckcompilerdirectives/checkcompilerdirectives"
+
+var Analyzer = checkcompilerdirectives.Analyzer()