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:
@@ -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-*
|
||||
|
Reference in New Issue
Block a user