update lint and dependency
Some checks failed
Go Action / goaction (push) Failing after 27m2s
Go Action / goaction (pull_request) Failing after 26m32s

This commit is contained in:
andrey
2025-12-23 23:00:51 +03:00
parent 2df0314393
commit 6c843faf4a
15 changed files with 119 additions and 67 deletions

View File

@@ -10,6 +10,8 @@ import "unicode/utf8"
//
// All values are true except for the ASCII control characters (0-31), the
// double quote ("), and the backslash character ("\").
//
//nolint:gochecknoglobals
var safeSet = [utf8.RuneSelf]bool{
' ': true,
'!': true,