From 562267441720ee9dd6065313e283c3aa276c1f9a Mon Sep 17 00:00:00 2001 From: Ludovic Cleroux Date: Mon, 11 Mar 2024 10:13:48 +0100 Subject: [PATCH] ROX-22593: git hook fix --- tools/noop.go | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 tools/noop.go diff --git a/tools/noop.go b/tools/noop.go new file mode 100644 index 0000000000..843adb94b9 --- /dev/null +++ b/tools/noop.go @@ -0,0 +1,3 @@ +package tools + +// There needs to be at least one go file without build tags, otherwise the git hooks complain