Merge "Disable performance-no-int-to-ptr in global default"
This commit is contained in:
commit
63d5ba23ea
1 changed files with 1 additions and 0 deletions
|
@ -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-*
|
||||
|
|
Loading…
Reference in a new issue