blob: d72484f35971078dea942a91c39659a40ae6259a [file] [log] [blame]
---
# NOTE: there must be no spaces before the '-', so put the comma first.
Checks: '
-*
,modernize-deprecated-headers
,bugprone-*
,-bugprone-macro-parentheses
'
WarningsAsErrors: '*'
HeaderFilterRegex: 'torch/csrc/.*'
AnalyzeTemporaryDtors: false
CheckOptions:
...