Skip to content

Commit 6dbfb20

Browse files
committed
refactor(tests): remove specific nolint directive for utility package
1 parent 0f52463 commit 6dbfb20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/utils/validation_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//nolint:revive // utils is a standard package name for utility functions
1+
//nolint // utils is a standard package name for utility functions
22
package utils
33

44
import (

0 commit comments

Comments
 (0)