We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77ef3ec commit 7cd97acCopy full SHA for 7cd97ac
1 file changed
pkg/policies/engine/rego/rego.go
@@ -127,7 +127,7 @@ var builtinFuncNotAllowed = []*ast.Builtin{
127
// print statements from Rego policies during evaluation.
128
type regoOutputHook struct{}
129
130
-func (p *regoOutputHook) Print(_ print.Context, msg string) error {
+func (p *regoOutputHook) Print(_ print.Context, msg string) error { //nolint:forbidigo
131
fmt.Println(msg)
132
return nil
133
}
0 commit comments