mirror of
https://github.com/nlohmann/json
synced 2024-11-10 14:30:08 +00:00
27 lines
736 B
YAML
27 lines
736 B
YAML
Checks: '-*,
|
|
bugprone-*,
|
|
cert-*,
|
|
clang-analyzer-*,
|
|
google-*,
|
|
-google-runtime-references,
|
|
-google-explicit-constructor,
|
|
hicpp-*,
|
|
-hicpp-no-array-decay,
|
|
-hicpp-uppercase-literal-suffix,
|
|
-hicpp-explicit-conversions,
|
|
misc-*,
|
|
-misc-non-private-member-variables-in-classes,
|
|
llvm-*,
|
|
-llvm-header-guard,
|
|
modernize-*,
|
|
-modernize-use-trailing-return-type,
|
|
performance-*,
|
|
portability-*,
|
|
readability-*,
|
|
-readability-magic-numbers,
|
|
-readability-uppercase-literal-suffix'
|
|
|
|
CheckOptions:
|
|
- key: hicpp-special-member-functions.AllowSoleDefaultDtor
|
|
value: 1
|