Skip to content

Commit a7ac1ae

Browse files
JuanBesafacebook-github-bot
authored andcommitted
Disable cppcoreguidelines-avoid-const-or-ref-data-members in subfolder of react
Summary: The check is crashing on `xplat/js/react-native-github/packages/react-native/React/CoreModules/RCTFPSGraph.mm` As reported in https://fb.workplace.com/groups/howtoeven/permalink/3302349489902727/ Differential Revision: D75596329
1 parent d61a8f7 commit a7ac1ae

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# NOTE there must be no spaces before the '-', so put the comma after.
2+
# When making changes, be sure to verify the output of the following command to ensure
3+
# the desired checks are enabled (run from the directory containing a .clang-tidy file):
4+
# ~/fbsource/tools/lint/clangtidy/clang-tidy-platform010-clang-17 -list-checks
5+
# NOTE: Please don't disable inheritance from the parent to make sure that common checks get propagated.
6+
---
7+
InheritParentConfig: true
8+
Checks: '
9+
-cppcoreguidelines-avoid-const-or-ref-data-members,
10+
'

0 commit comments

Comments
 (0)