| --- | |
| # 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: | |
| ... |