Skip to content

Commit af7bc2d

Browse files
committed
fix lint
Signed-off-by: Luis Melo <luismelo7@gmail.com>
1 parent 4e82a29 commit af7bc2d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/ruler/rules/grep.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ func (rule *GrepRule) Do(ctx context.Context, project project.Project) error {
6464
}
6565
arguments = append(arguments, rule.Pattern, path)
6666

67-
cmd := exec.CommandContext(ctx, "grep", arguments...) // nolint
67+
cmd := exec.CommandContext(ctx, "grep", arguments...) //nolint
6868

6969
var stdErrBuffer bytes.Buffer
7070
var stdOutBuffer bytes.Buffer

0 commit comments

Comments
 (0)