Skip to content

Commit ed0489c

Browse files
Rong Rong (AI Infra)facebook-github-bot
Rong Rong (AI Infra)
authored andcommitted
disable concat nested namespace check (pytorch#49571)
Summary: Pull Request resolved: pytorch#49571 Disable nested namespace check since OSS standard is ``` set(CMAKE_CXX_STANDARD 14) ``` and its currently causing confusion on clang-tidy internally such as D25214452 Test Plan: clang-tidy Reviewed By: xuzhao9 Differential Revision: D25626392 fbshipit-source-id: 1fb472c89ebe9b83718ae27f2c1d77b8b2412b5e
1 parent 9058040 commit ed0489c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.clang-tidy

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ cppcoreguidelines-*,
2222
hicpp-exception-baseclass,
2323
hicpp-avoid-goto,
2424
modernize-*,
25+
-modernize-concat-nested-namespaces,
2526
-modernize-return-braced-init-list,
2627
-modernize-use-auto,
2728
-modernize-use-default-member-init,

0 commit comments

Comments
 (0)