blob: c0e14e7ef82ef0fd5ba6ba8ef684b57719aa5a89 [file] [log] [blame]
# This file configures staticheck to ignore SA1019 throughout
# the pkgsite codebase.
# TODO(jamalcarvalho): fix SA1019.
# The text for this check reads:
# strings.Title has been deprecated since Go 1.18 and an alternative
# has been available since Go 1.0: The rule Title uses for word
# boundaries does not handle Unicode punctuation properly.
# Use golang.org/x/text/cases instead.
checks = ["inherit", "-SA1019"]