Skip to content

Commit

Permalink
refactor(values): change the values directory to helpers
Browse files Browse the repository at this point in the history
Signed-off-by: Flc゛ <[email protected]>
  • Loading branch information
flc1125 committed Apr 7, 2024
1 parent a968574 commit 8ecdcfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helpers/helpers_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ func TestPipe(t *testing.T) {
// pipe functions
pipe2 := Pipe(
func(foo *foo) *foo {
foo.Name = "bar"
foo.Name = "bar" // nolint:goconst
return foo
},
func(foo *foo) *foo {
Expand Down

0 comments on commit 8ecdcfb

Please sign in to comment.