mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
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:
committed by
Facebook GitHub Bot
parent
c35675bbe0
commit
c9db994696
@@ -2,4 +2,5 @@
|
||||
Checks: '>
|
||||
clang-diagnostic-*,
|
||||
'
|
||||
InheritParentConfig: true
|
||||
...
|
||||
|
||||
+1
@@ -2,4 +2,5 @@
|
||||
Checks: '>
|
||||
clang-diagnostic-*,
|
||||
'
|
||||
InheritParentConfig: true
|
||||
...
|
||||
|
||||
+1
@@ -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
|
||||
...
|
||||
|
||||
Reference in New Issue
Block a user