mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2024-11-10 23:00:57 +00:00
efff9c01a6
Found via clang-tidy.
30 lines
780 B
YAML
30 lines
780 B
YAML
Checks: '
|
|
-*,
|
|
bugprone-*,
|
|
-bugprone-macro-parentheses,
|
|
google-*,
|
|
-google-build-using-namespace,
|
|
-google-readability-casting,
|
|
-google-readability-todo,
|
|
-google-runtime-int,
|
|
-google-runtime-references,
|
|
misc-*,
|
|
-misc-redundant-expression,
|
|
-misc-unused-parameters,
|
|
modernize-*,
|
|
-modernize-avoid-c-arrays,
|
|
-modernize-deprecated-headers,
|
|
-modernize-loop-convert,
|
|
-modernize-use-auto,
|
|
-modernize-use-nullptr,
|
|
-modernize-use-using,
|
|
performance-*,
|
|
portability-*,
|
|
readability-*,
|
|
-readability-else-after-return,
|
|
-readability-implicit-bool-conversion,
|
|
-readability-isolate-declaration,
|
|
-readability-magic-numbers,
|
|
-readability-named-parameter,
|
|
-readability-simplify-boolean-expr'
|