diff options
| author | 2021-01-13 13:24:15 -0800 | |
|---|---|---|
| committer | 2021-01-13 13:24:15 -0800 | |
| commit | b767f913f13ce1d8ad35c2f43d7aa03863db99cd (patch) | |
| tree | 59811acd663ca451707f5712d7097d185154d25e | |
| parent | 66f7fdd1c89ad5d0eab631143902f6ee17de6332 (diff) | |
Fix comment.
Test: make
Change-Id: I6c69549cb873e1d160ec6d590749361dc1a291dd
| -rw-r--r-- | cc/config/tidy.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cc/config/tidy.go b/cc/config/tidy.go index 0df17bce7..e5bea4b87 100644 --- a/cc/config/tidy.go +++ b/cc/config/tidy.go @@ -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 |