[shac] Disable load-on-top in root WORKSPACE.bazel file

Change-Id: Id366a9ee29ee3201ba9f374e61fa52dc8599ce26
Reviewed-on: https://fuchsia-review.googlesource.com/c/template/driver/+/1016294
Reviewed-by: Darren Chan <chandarren@google.com>
diff --git a/WORKSPACE.bazel b/WORKSPACE.bazel
index 203e9a4..6b3201e 100644
--- a/WORKSPACE.bazel
+++ b/WORKSPACE.bazel
@@ -2,6 +2,8 @@
 # Use of this source code is governed by a BSD-style license that can be
 # found in the LICENSE file.
 
+# buildifier: disable=load-on-top
+
 load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
 
 # Set up bazel skylib and its dependencies