mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Lint Errors for .clang-tidy (#39120)
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/39120 Fix lint errors in `.clang-tidy` changelog: [internal] internal Reviewed By: rshest Differential Revision: D48545408 fbshipit-source-id: 0026aee642a9243d5be7717b3c46668ba16115f6
This commit is contained in:
committed by
Facebook GitHub Bot
parent
62e1110af5
commit
cf358c4f36
+2
-2
@@ -1,6 +1,6 @@
|
||||
---
|
||||
InheritParentConfig: true
|
||||
Checks: '
|
||||
*,
|
||||
-cert-err60-cpp,
|
||||
-cppcoreguidelines-pro-bounds-pointer-arithmetic,
|
||||
-cppcoreguidelines-special-member-functions,
|
||||
@@ -15,6 +15,6 @@ Checks: '
|
||||
-misc-non-private-member-variables-in-classes,
|
||||
-misc-unused-parameters,
|
||||
-modernize-use-trailing-return-type,
|
||||
-performance-unnecessary-value-param
|
||||
-performance-unnecessary-value-param,
|
||||
'
|
||||
...
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
InheritParentConfig: true
|
||||
Checks: '
|
||||
*,
|
||||
-cert-err60-cpp,
|
||||
-cppcoreguidelines-pro-bounds-pointer-arithmetic,
|
||||
-cppcoreguidelines-special-member-functions,
|
||||
@@ -15,6 +15,6 @@ Checks: '
|
||||
-misc-non-private-member-variables-in-classes,
|
||||
-misc-unused-parameters,
|
||||
-modernize-use-trailing-return-type,
|
||||
-performance-unnecessary-value-param
|
||||
-performance-unnecessary-value-param,
|
||||
'
|
||||
...
|
||||
|
||||
@@ -12,6 +12,6 @@ Checks: '
|
||||
-misc-non-private-member-variables-in-classes,
|
||||
-misc-unused-parameters,
|
||||
-modernize-use-trailing-return-type,
|
||||
-performance-unnecessary-value-param
|
||||
-performance-unnecessary-value-param,
|
||||
'
|
||||
...
|
||||
|
||||
Reference in New Issue
Block a user