Merge "Allow clippy::disallowed_names since it can be used for debugging" into main

This commit is contained in:
Stephen Hines
2024-03-01 00:51:07 +00:00
committed by Gerrit Code Review

View File

@@ -53,6 +53,8 @@ var (
// It should be assumed that any warning lint will be promoted to a // It should be assumed that any warning lint will be promoted to a
// deny. // deny.
defaultClippyLints = []string{ defaultClippyLints = []string{
// Let people hack in peace. ;)
"-A clippy::disallowed_names",
"-A clippy::type-complexity", "-A clippy::type-complexity",
"-A clippy::unnecessary_fallible_conversions", "-A clippy::unnecessary_fallible_conversions",
"-A clippy::unnecessary-wraps", "-A clippy::unnecessary-wraps",