mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2024-11-10 23:00:57 +00:00
27 lines
673 B
Plaintext
27 lines
673 B
Plaintext
|
Checks: '
|
||
|
-*,
|
||
|
bugprone-*,
|
||
|
google-*,
|
||
|
-google-build-using-namespace,
|
||
|
-google-readability-casting,
|
||
|
-google-readability-todo,
|
||
|
-google-runtime-int,
|
||
|
-google-runtime-references,
|
||
|
misc-*,
|
||
|
-misc-misplaced-const,
|
||
|
-misc-redundant-expression,
|
||
|
-misc-unused-parameters,
|
||
|
modernize-*,
|
||
|
-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-named-parameter,
|
||
|
-readability-simplify-boolean-expr'
|