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
Copy file name to clipboardExpand all lines: .golangci.yml
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -153,3 +153,7 @@ issues:
153
153
- golint
154
154
- linters: staticcheck
155
155
text: "strings.Title is deprecated: The rule Title uses for word boundaries does not handle Unicode punctuation properly. Use golang.org/x/text/cases instead."
156
+
- linters: staticcheck
157
+
text: "util.FindClosure is deprecated: This function can not handle newlines. Many elements can be existed over multiple lines(e.g. link labels). Use text.Reader.FindClosure."
158
+
- linters: staticcheck
159
+
text: "gossh.SigAlgoRSASHA2256 is deprecated: use KeyAlgoRSASHA256."
0 commit comments