Skip to content

Commit 14dde06

Browse files
authored
remove unneeded tag (#47997)
Remove an unneeded directive on render_config so that gazelle does not keep throwing the rules away. - Now gazelle doesn't trash the BUILD file. - `go run pkg/config/render_config/render_config.go` (for the manual users) still works. - the bazel rule to generate configs still works. `bazel build //pkg/config:all` Co-authored-by: tony.aiuto <tony.aiuto@datadoghq.com>
1 parent 17c7557 commit 14dde06

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pkg/config/render_config/render_config.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
// This product includes software developed at Datadog (https://www.datadoghq.com/).
44
// Copyright 2016-present Datadog, Inc.
55

6-
// go:build render_config
7-
86
package main
97

108
import (

0 commit comments

Comments
 (0)