Annotations
2 errors and 23 warnings
Codespell
Process completed with exit code 1.
|
Cpplint
Process completed with exit code 1.
|
Codespell:
src/Gui/FramelessWindow.cpp#L30
SHOULDnt ==> shouldn't
|
Cpplint:
src/Gui/FramelessWindow.cpp#L73
Do not use namespace using-directives. Use using-declarations instead. [build/namespaces] [5]
|
Cpplint:
src/Gui/FramelessWindow.cpp#L74
Do not use namespace using-directives. Use using-declarations instead. [build/namespaces] [5]
|
Cpplint:
src/Gui/FramelessWindow.cpp#L115
Use int16_t/int64_t/etc, rather than the C type long [runtime/int] [4]
|
Cpplint:
src/Gui/FramelessWindow.cpp#L171
Use int16_t/int64_t/etc, rather than the C type long [runtime/int] [4]
|
Cpplint:
src/Gui/FramelessWindow.cpp#L172
Use int16_t/int64_t/etc, rather than the C type long [runtime/int] [4]
|
Cpplint:
src/Gui/FramelessWindow.h#L25
#ifndef header guard has wrong style, please use: SRC_GUI_FRAMELESSWINDOW_H_ [build/header_guard] [5]
|
Cpplint:
src/Gui/FramelessWindow.h#L60
#endif line should be "#endif // SRC_GUI_FRAMELESSWINDOW_H_" [build/header_guard] [5]
|
Cpplint:
src/Gui/FramelessWindow.h#L48
Use int16_t/int64_t/etc, rather than the C type long [runtime/int] [4]
|
Clazy:
src/Gui/FramelessWindow.cpp#L2
'/*' within block comment [-Wcomment]
|
Clazy:
src/Gui/FramelessWindow.cpp#L28
FC_OS_WIN32 should be true [-W#pragma-messages]
|
Clazy:
src/Gui/FramelessWindow.h#L2
'/*' within block comment [-Wcomment]
|
Clazy:
src/Gui/CustomTitleBar.h#L2
'/*' within block comment [-Wcomment]
|
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]
|
Clang-tidy:
src/Gui/FramelessWindow.cpp#L2
'/*' within block comment [clang-diagnostic-comment]
|
Clang-tidy:
src/Gui/FramelessWindow.cpp#L28
FC_OS_WIN32 should be true [clang-diagnostic-#pragma-messages]
|
Clang-tidy:
src/Gui/FramelessWindow.h#L2
'/*' within block comment [clang-diagnostic-comment]
|
Clang-tidy:
src/Gui/FramelessWindow.h#L43
method 'isFrameless' can be made const [readability-make-member-function-const]
|
Loading