dear linter, using xerrors is what we want to do.

This commit is contained in:
vyzo 2022-04-21 20:10:34 +03:00 committed by jennijuju
parent d044e30e12
commit cc328689e1

View File

@ -37,6 +37,9 @@ issues:
- "string .* has .* occurrences, make it a constant"
- "a blank import should be only in a main or test package, or have a comment justifying it"
- "package comment should be of the form"
- "Potential hardcoded credentials"
- "Use of weak random number generator"
- "xerrors.* is deprecated"
exclude-use-default: false
exclude-rules: