You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
l.log.Warnf("The configuration option `linters.settings.goconst.ignore-strings` is deprecated, please use `linters.settings.goconst.ignore-string-values`.")
SpecialDuplicateConst2="special\nvalue\twith\rchars"// want "This constant is a duplicate of `SpecialDuplicateConst1` at goconst_find_duplicates.go:22:2"
constDuplicateScopedConst2="duplicate scoped value"// want "This constant is a duplicate of `DuplicateScopedConst1` at goconst_find_duplicates.go:27:8"
0 commit comments