Skip to content

Commit 83e8a76

Browse files
authored
Merge pull request #3024 from nikParasyr/fix-revive
🌱 Suppress revive var-naming warning for strings pkg
2 parents 23f1391 + 636c276 commit 83e8a76

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)