Fix comment. am: b767f913f1
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/1549745 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: Ie3460ed617a3d5a1c2e99026b8bab4ee0a5ad2f6
This commit is contained in:
@@ -22,7 +22,7 @@ import (
|
||||
func init() {
|
||||
// Most Android source files are not clang-tidy clean yet.
|
||||
// Default global tidy checks must exclude all checks that
|
||||
// have found too many warnings.
|
||||
// have found too many false positives.
|
||||
pctx.VariableFunc("TidyDefaultGlobalChecks", func(ctx android.PackageVarContext) string {
|
||||
if override := ctx.Config().Getenv("DEFAULT_GLOBAL_TIDY_CHECKS"); override != "" {
|
||||
return override
|
||||
|
Reference in New Issue
Block a user