We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e82a29 commit af7bc2dCopy full SHA for af7bc2d
1 file changed
pkg/ruler/rules/grep.go
@@ -64,7 +64,7 @@ func (rule *GrepRule) Do(ctx context.Context, project project.Project) error {
64
}
65
arguments = append(arguments, rule.Pattern, path)
66
67
- cmd := exec.CommandContext(ctx, "grep", arguments...) // nolint
+ cmd := exec.CommandContext(ctx, "grep", arguments...) //nolint
68
69
var stdErrBuffer bytes.Buffer
70
var stdOutBuffer bytes.Buffer
0 commit comments