Skip to content

Commit 4da3cd0

Browse files
skip lints
1 parent 36cc174 commit 4da3cd0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.golangci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,3 +153,7 @@ issues:
153153
- golint
154154
- linters: staticcheck
155155
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

Comments
 (0)