Обновлены правила для clang-tidy

This commit is contained in:
Andrei Astafev 2020-03-31 00:38:00 +03:00
parent 47885c73ab
commit e27d6c4476

View File

@ -1,5 +1,23 @@
---
Checks: '-*,bugprone-*,cppcoreguidelines-*,google-*,clang-analyzer-*,misc-*,modernize-*,readability-*,performance-*,portability-*,readability-identifier-naming,-cppcoreguidelines-owning-memory,-modernize-use-trailing-return-type'
Checks: '-*,
bugprone-*,
cppcoreguidelines-*,
google-*,
clang-analyzer-*,
misc-*,
modernize-*,
readability-*,
performance-*,
portability-*,
readability-identifier-naming,
-cppcoreguidelines-owning-memory,
-cppcoreguidelines-avoid-magic-numbers,
-readability-magic-numbers,
-readability-else-after-return,
-modernize-use-trailing-return-type,
-performance-no-automatic-move,
'
CheckOptions:
- key: readability-identifier-naming.AbstractClassCase
value: CamelCase
@ -104,7 +122,7 @@ CheckOptions:
- key: readability-identifier-naming.GlobalConstantPointerSuffix
value: ''
- key: readability-identifier-naming.GlobalFunctionCase
value: lower_case
value: camelBack
- key: readability-identifier-naming.GlobalFunctionPrefix
value: ''
- key: readability-identifier-naming.GlobalFunctionSuffix