| commit | e2b2865ae953e5d30c3f0900c8f50b358d47899d | [log] [tgz] |
|---|---|---|
| author | Tim Windelschmidt <tim@monogon.tech> | Fri Apr 12 16:49:16 2024 +0200 |
| committer | Tim Windelschmidt <tim@monogon.tech> | Tue Apr 30 12:10:27 2024 +0000 |
| tree | 0b2c3abc3b9eff7aadb62378e79f240e88a67672 | |
| parent | 7be54aa2e0614d174d664c67f8dfccd5a2f1e856 [diff] [blame] |
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()