summaryrefslogtreecommitdiffstats
path: root/.golangci.yml
diff options
context:
space:
mode:
authorsilverwind <me@silverwind.io>2022-05-10 23:55:54 +0200
committerGitHub <noreply@github.com>2022-05-10 23:55:54 +0200
commit318f360252777c6eb819ab206a1f276fa4969f3a (patch)
tree7a73ede2df5b52be940dd9b4005137c1d5d53c04 /.golangci.yml
parent3c658dff233e791856496761325f5ebf787d7521 (diff)
downloadgitea-318f360252777c6eb819ab206a1f276fa4969f3a.tar.gz
gitea-318f360252777c6eb819ab206a1f276fa4969f3a.zip
Update go tool dependencies (#19676)
* Update go tool dependencies Updated all tool dependencies to latest tags, hoping CI will like it. * fix new lint errors * handle more strings.Title cases * remove lint skip
Diffstat (limited to '.golangci.yml')
-rw-r--r--.golangci.yml3
1 files changed, 0 insertions, 3 deletions
diff --git a/.golangci.yml b/.golangci.yml
index 8e31d0cbc4..4ad9c9d4cb 100644
--- a/.golangci.yml
+++ b/.golangci.yml
@@ -162,6 +162,3 @@ issues:
- path: models/user/openid.go
linters:
- golint
- - linters:
- - staticcheck
- 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."