diff --git a/.bazel/buildozer_commands.txt b/.bazel/buildozer_commands.txt deleted file mode 100644 index 7ef85218..00000000 --- a/.bazel/buildozer_commands.txt +++ /dev/null @@ -1,3 +0,0 @@ -set race "on"|//...:%go_test -fix unusedLoads|//...:__pkg__ -set timeout short|//...:%go_test diff --git a/.bazel/code-generator/boilerplate.go.txt b/.bazel/code-generator/boilerplate.go.txt deleted file mode 100644 index 309c36fd..00000000 --- a/.bazel/code-generator/boilerplate.go.txt +++ /dev/null @@ -1 +0,0 @@ -// Generated file, do not modify manually! diff --git a/.bazel/nogo-config.json b/.bazel/nogo-config.json deleted file mode 100644 index b8ad15c2..00000000 --- a/.bazel/nogo-config.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "printf": { - "exclude_files": { - "/vendor/": "no need to vet third party code" - } - } -} \ No newline at end of file diff --git a/.bazel/print-workspace-status.sh b/.bazel/print-workspace-status.sh deleted file mode 100755 index 1e8f99af..00000000 --- a/.bazel/print-workspace-status.sh +++ /dev/null @@ -1,20 +0,0 @@ -#!/usr/bin/env bash - -# This command is used by bazel as the workspace_status_command -# to implement build stamping with git information. - -set -o errexit -set -o nounset -set -o pipefail - -GIT_COMMIT=$(git rev-parse --short HEAD) -GIT_TAG=$(git describe --abbrev=0 --tags 2>/dev/null || echo "0.0.0") - -# Prefix with STABLE_ so that these values are saved to stable-status.txt -# instead of volatile-status.txt. -# Stamped rules will be retriggered by changes to stable-status.txt, but not by -# changes to volatile-status.txt. -cat <