Skip to content

Commit

Permalink
add nolint
Browse files Browse the repository at this point in the history
  • Loading branch information
jared-logan-patrick-ct committed Oct 9, 2024
1 parent 09094d4 commit 1a5819d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/pkg/githubapi/github_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ func TestGenerateArgoCdDiffComments(t *testing.T) {
},
}

if err := os.Setenv("TEMPLATES_PATH", "../../../templates/"); err != nil {
if err := os.Setenv("TEMPLATES_PATH", "../../../templates/"); err != nil { //nolint:tenv
t.Fatal(err)
}

Expand Down

0 comments on commit 1a5819d

Please sign in to comment.