Disable performance-no-int-to-ptr in global default

* This tidy check is too noisy,
  with more than 5000 cases over many files.

Bug: 218759304
Test: make tidy_soong_subset
Change-Id: I8a4b2589ecafdfcd9c19e8a4d59ce1784d1be694
This commit is contained in:
Chih-Hung Hsieh
2022-05-09 16:01:10 -07:00
parent f2d126b3d8
commit 5d46cd396e

View File

@@ -46,6 +46,7 @@ func init() {
"-misc-no-recursion",
"-misc-non-private-member-variables-in-classes",
"-misc-unused-parameters",
"-performance-no-int-to-ptr",
// the following groups are excluded by -*
// -altera-*
// -cppcoreguidelines-*