fix: added missing InheritParentConfig: true to .clang-tidy configs (#36532)

Summary:
Pull Request resolved: https://github.com/facebook/react-native/pull/36532

Changelog: [Internal]

added missing `InheritParentConfig: true` to .clang-tidy configs across `ReactAndroid` and `ReactCommon`

was initially flagged by linters in D43977381

Reviewed By: javache

Differential Revision: D44199124

fbshipit-source-id: eb319b60096742edf4da7b6408a4148049a82aa0
This commit is contained in:
Ruslan Lesiutin
2023-03-20 07:05:52 -07:00
committed by Facebook GitHub Bot
parent c35675bbe0
commit c9db994696
17 changed files with 17 additions and 0 deletions
@@ -2,4 +2,5 @@
Checks: '>
clang-diagnostic-*,
'
InheritParentConfig: true
...
@@ -2,4 +2,5 @@
Checks: '>
clang-diagnostic-*,
'
InheritParentConfig: true
...
@@ -2,4 +2,5 @@
Checks: '>
clang-diagnostic-*,
'
InheritParentConfig: true
...
@@ -2,4 +2,5 @@
Checks: '>
clang-diagnostic-*,
'
InheritParentConfig: true
...
@@ -2,4 +2,5 @@
Checks: '>
clang-diagnostic-*,
'
InheritParentConfig: true
...
@@ -2,4 +2,5 @@
Checks: '>
clang-diagnostic-*,
'
InheritParentConfig: true
...
@@ -2,4 +2,5 @@
Checks: '>
clang-diagnostic-*,
'
InheritParentConfig: true
...
@@ -2,4 +2,5 @@
Checks: '>
clang-diagnostic-*,
'
InheritParentConfig: true
...
@@ -2,4 +2,5 @@
Checks: '>
clang-diagnostic-*,
'
InheritParentConfig: true
...
@@ -2,4 +2,5 @@
Checks: '>
clang-diagnostic-*,
'
InheritParentConfig: true
...
@@ -2,4 +2,5 @@
Checks: '>
clang-diagnostic-*,
'
InheritParentConfig: true
...
@@ -2,4 +2,5 @@
Checks: '>
clang-diagnostic-*,
'
InheritParentConfig: true
...
@@ -2,4 +2,5 @@
Checks: '>
clang-diagnostic-*,
'
InheritParentConfig: true
...
@@ -2,4 +2,5 @@
Checks: '>
clang-diagnostic-*,
'
InheritParentConfig: true
...
@@ -2,4 +2,5 @@
Checks: '>
clang-diagnostic-*,
'
InheritParentConfig: true
...
@@ -2,4 +2,5 @@
Checks: '>
clang-diagnostic-*,
'
InheritParentConfig: true
...
@@ -2,4 +2,5 @@
Checks: '>
clang-diagnostic-*,
'
InheritParentConfig: true
...