summaryrefslogtreecommitdiff
path: root/.clang-tidy
blob: 3513ae8dbbebab856d10269f385d6676859d65a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
---
# NOTE: there must be no spaces before the '-', so put the comma first.
Checks: '
  -*
  ,modernize-deprecated-headers
  '
WarningsAsErrors: '*'
HeaderFilterRegex: 'torch/csrc/.*'
AnalyzeTemporaryDtors: false
CheckOptions:
...