Skip to content

Commit 636c276

Browse files
committed
Suppress revive var-naming warning for strings pkg
Add //nolint:revive to the strings package declaration to avoid conflict warning with the Go standard library package name.
1 parent 23f1391 commit 636c276

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/utils/strings/strings.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
1414
limitations under the License.
1515
*/
1616

17-
package strings
17+
package strings //nolint:revive
1818

1919
import (
2020
"cmp"

0 commit comments

Comments
 (0)