mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-07 00:21:07 +01:00
Summary: too much noise from this warning  Pull Request resolved: https://github.com/pytorch/pytorch/pull/37888 Differential Revision: D21415338 Pulled By: Krovatkin fbshipit-source-id: 8d6f1be11d8419fa54a18e167929100401da439a
35 lines
1.0 KiB
YAML
35 lines
1.0 KiB
YAML
---
|
|
# NOTE there must be no spaces before the '-', so put the comma last.
|
|
Checks: '-*,
|
|
bugprone-*,
|
|
-bugprone-forward-declaration-namespace,
|
|
-bugprone-macro-parentheses,
|
|
-bugprone-lambda-function-name,
|
|
cppcoreguidelines-*,
|
|
-cppcoreguidelines-interfaces-global-init,
|
|
-cppcoreguidelines-owning-memory,
|
|
-cppcoreguidelines-pro-bounds-array-to-pointer-decay,
|
|
-cppcoreguidelines-pro-bounds-constant-array-index,
|
|
-cppcoreguidelines-pro-bounds-pointer-arithmetic,
|
|
-cppcoreguidelines-pro-type-cstyle-cast,
|
|
-cppcoreguidelines-pro-type-reinterpret-cast,
|
|
-cppcoreguidelines-pro-type-static-cast-downcast,
|
|
-cppcoreguidelines-pro-type-union-access,
|
|
-cppcoreguidelines-pro-type-vararg,
|
|
-cppcoreguidelines-special-member-functions,
|
|
hicpp-exception-baseclass,
|
|
hicpp-avoid-goto,
|
|
modernize-*,
|
|
-modernize-return-braced-init-list,
|
|
-modernize-use-auto,
|
|
-modernize-use-default-member-init,
|
|
-modernize-use-using,
|
|
-modernize-use-trailing-return-type,
|
|
performance-*,
|
|
-performance-noexcept-move-constructor,
|
|
'
|
|
HeaderFilterRegex: 'torch/csrc/.*'
|
|
AnalyzeTemporaryDtors: false
|
|
CheckOptions:
|
|
...
|