Placement::tostring Fix fmt expression #1595
Annotations
6 errors and 23 warnings
Cpplint
Process completed with exit code 1.
|
Clang-tidy:
.clang-tidy#L11
unknown key 'AnalyzeTemporaryDtors'
|
Clang-tidy:
.clang-tidy#L11
unknown key 'AnalyzeTemporaryDtors'
|
Clang-tidy:
.clang-tidy#L11
unknown key 'AnalyzeTemporaryDtors'
|
Clang-tidy:
.clang-tidy#L11
unknown key 'AnalyzeTemporaryDtors'
|
Clang-tidy
Process completed with exit code 1.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Pylint:
src/Mod/BIM/bimcommands/BimTutorial.py#L35
Line too long (104/100) (line-too-long)
|
Pylint:
src/Mod/BIM/bimcommands/BimTutorial.py#L131
Line too long (112/100) (line-too-long)
|
Pylint:
src/Mod/BIM/bimcommands/BimTutorial.py#L43
Missing class docstring (missing-class-docstring)
|
Pylint:
src/Mod/BIM/bimcommands/BimTutorial.py#L53
Missing function or method docstring (missing-function-docstring)
|
Pylint:
src/Mod/BIM/bimcommands/BimTutorial.py#L54
Import outside toplevel (PySide.QtCore, PySide.QtGui) (import-outside-toplevel)
|
Pylint:
src/Mod/BIM/bimcommands/BimTutorial.py#L87
Import outside toplevel (draftutils.todo) (import-outside-toplevel)
|
Pylint:
src/Mod/BIM/bimcommands/BimTutorial.py#L87
Unused todo imported from draftutils (unused-import)
|
Pylint:
src/Mod/BIM/bimcommands/BimTutorial.py#L93
Missing function or method docstring (missing-function-docstring)
|
Pylint:
src/Mod/BIM/bimcommands/BimTutorial.py#L93
Too many local variables (19/15) (too-many-locals)
|
Pylint:
src/Mod/BIM/bimcommands/BimTutorial.py#L112
Redefining name 'html' from outer scope (line 35) (redefined-outer-name)
|
Cpplint:
src/Base/Placement.cpp#L32
Do not use namespace using-directives. Use using-declarations instead. [build/namespaces] [5]
|
Cpplint:
src/Base/Placement.cpp#L215
Add #include <string> for string [build/include_what_you_use] [4]
|
Clazy:
build/_deps/fmt-src/include/fmt/core.h#L2095
Returning a void expression [-Wclazy-returning-void-expression]
|
Clazy:
build/_deps/fmt-src/include/fmt/core.h#L2197
fmt::detail::specs_setter has copy-ctor but not dtor, copy-assignment [-Wclazy-rule-of-three]
|
Clazy:
build/_deps/fmt-src/include/fmt/core.h#L2233
fmt::detail::dynamic_specs_handler has copy-ctor but not dtor, copy-assignment [-Wclazy-rule-of-three]
|
Clazy:
build/_deps/fmt-src/include/fmt/core.h#L3126
Pass small and trivially-copyable type by value (const signed char &) [-Wclazy-function-args-by-value]
|
Clazy:
build/_deps/fmt-src/include/fmt/core.h#L3127
Pass small and trivially-copyable type by value (const unsigned char &) [-Wclazy-function-args-by-value]
|
Clazy:
build/_deps/fmt-src/include/fmt/core.h#L3128
Pass small and trivially-copyable type by value (const short &) [-Wclazy-function-args-by-value]
|
Clazy:
build/_deps/fmt-src/include/fmt/core.h#L3129
Pass small and trivially-copyable type by value (const unsigned short &) [-Wclazy-function-args-by-value]
|
Clazy:
build/_deps/fmt-src/include/fmt/core.h#L3130
Pass small and trivially-copyable type by value (const long &) [-Wclazy-function-args-by-value]
|
Clazy:
build/_deps/fmt-src/include/fmt/core.h#L3131
Pass small and trivially-copyable type by value (const unsigned long &) [-Wclazy-function-args-by-value]
|
Clazy:
build/_deps/fmt-src/include/fmt/core.h#L3134
Pass small and trivially-copyable type by value (const std::nullptr_t &) [-Wclazy-function-args-by-value]
|
Loading