Chore: Missed deprecations due to overly broad lint exclusion (#59732)

This commit is contained in:
Kyle Brandt
2022-12-14 06:32:45 -05:00
committed by GitHub
parent cea5e6589d
commit 55d2d872ec
16 changed files with 71 additions and 51 deletions

View File

@@ -84,7 +84,11 @@ text = "ST1001"
# Use golang.org/x/text/cases instead.
[[issues.exclude-rules]]
linters = ["staticcheck"]
text = "SA1019"
text = "SA1019: strings.Title"
[[issues.exclude-rules]]
linters = ["staticcheck"]
text = "use fake service and real access control evaluator instead"
[[issues.exclude-rules]]
linters = ["gosec"]