Skip to content

Commit

Permalink
Revert D24099167: [HTE @ clang-tidy] Enable clang-tidy configs inhere…
Browse files Browse the repository at this point in the history
…tence for caffe2 project

Test Plan: revert-hammer

Differential Revision:
D24099167 (d93cae0)

Original commit changeset: 2e092fe678ad

fbshipit-source-id: bbc73556a1b4d341c2db445fe4ebfb6ee6ba269f
  • Loading branch information
suo authored and facebook-github-bot committed Oct 8, 2020
1 parent 283ae19 commit 40828b6
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .clang-tidy
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
# NOTE there must be no spaces before the '-', so put the comma last.
InheritParentConfig: true
Checks: '
Checks: '-*,
bugprone-*,
-bugprone-forward-declaration-namespace,
-bugprone-macro-parentheses,
Expand All @@ -18,7 +17,6 @@ cppcoreguidelines-*,
-cppcoreguidelines-pro-type-union-access,
-cppcoreguidelines-pro-type-vararg,
-cppcoreguidelines-special-member-functions,
-facebook-hte-RelativeInclude,
hicpp-exception-baseclass,
hicpp-avoid-goto,
modernize-*,
Expand All @@ -29,7 +27,7 @@ modernize-*,
-modernize-use-trailing-return-type,
performance-*,
-performance-noexcept-move-constructor,
'
'
HeaderFilterRegex: 'torch/csrc/.*'
AnalyzeTemporaryDtors: false
CheckOptions:
Expand Down

0 comments on commit 40828b6

Please sign in to comment.