[Sketcher] Fix #14736 #186
Annotations
1 error and 30 warnings
|
src/Mod/Sketcher/Gui/DrawSketchDefaultHandler.h#L24
#ifndef header guard has wrong style, please use: SRC_MOD_SKETCHER_GUI_DRAWSKETCHDEFAULTHANDLER_H_ [build/header_guard] [5]
|
src/Mod/Sketcher/Gui/DrawSketchDefaultHandler.h#L1210
#endif line should be "#endif // SRC_MOD_SKETCHER_GUI_DRAWSKETCHDEFAULTHANDLER_H_" [build/header_guard] [5]
|
src/Mod/Sketcher/Gui/DrawSketchDefaultHandler.h#L45
{ should almost always be at the end of the previous line [whitespace/braces] [4]
|
src/Mod/Sketcher/Gui/DrawSketchDefaultHandler.h#L53
{ should almost always be at the end of the previous line [whitespace/braces] [4]
|
src/Mod/Sketcher/Gui/DrawSketchDefaultHandler.h#L56
{ should almost always be at the end of the previous line [whitespace/braces] [4]
|
src/Mod/Sketcher/Gui/DrawSketchDefaultHandler.h#L62
{ should almost always be at the end of the previous line [whitespace/braces] [4]
|
src/Mod/Sketcher/Gui/DrawSketchDefaultHandler.h#L69
{ should almost always be at the end of the previous line [whitespace/braces] [4]
|
src/Mod/Sketcher/Gui/DrawSketchDefaultHandler.h#L77
{ should almost always be at the end of the previous line [whitespace/braces] [4]
|
src/Mod/Sketcher/Gui/DrawSketchDefaultHandler.h#L86
{ should almost always be at the end of the previous line [whitespace/braces] [4]
|
src/Mod/Sketcher/Gui/DrawSketchDefaultHandler.h#L96
{ should almost always be at the end of the previous line [whitespace/braces] [4]
|
src/Base/Type.h#L119
Pass small and trivially-copyable type by value (const class Base::Type &) [-Wclazy-function-args-by-value]
|
src/Base/Type.h#L150
Pass small and trivially-copyable type by value (const class Base::Type &) [-Wclazy-function-args-by-value]
|
src/Base/Type.h#L155
Pass small and trivially-copyable type by value (const class Base::Type &) [-Wclazy-function-args-by-value]
|
src/Base/Type.h#L160
Pass small and trivially-copyable type by value (const class Base::Type &) [-Wclazy-function-args-by-value]
|
src/Base/Type.h#L165
Pass small and trivially-copyable type by value (const class Base::Type &) [-Wclazy-function-args-by-value]
|
src/Base/Type.h#L170
Pass small and trivially-copyable type by value (const class Base::Type &) [-Wclazy-function-args-by-value]
|
src/Base/Type.h#L175
Pass small and trivially-copyable type by value (const class Base::Type &) [-Wclazy-function-args-by-value]
|
src/Base/TimeInfo.h#L70
Pass small and trivially-copyable type by value (const class Base::TimeInfo &) [-Wclazy-function-args-by-value]
|
src/Base/TimeInfo.h#L70
Pass small and trivially-copyable type by value (const class Base::TimeInfo &) [-Wclazy-function-args-by-value]
|
src/Base/TimeInfo.h#L76
Pass small and trivially-copyable type by value (const class Base::TimeInfo &) [-Wclazy-function-args-by-value]
|
src/Mod/Sketcher/Gui/DrawSketchDefaultHandler.h#L128
class 'StateMachine' defines a non-default destructor but does not define a copy constructor, a copy assignment operator, a move constructor or a move assignment operator [cppcoreguidelines-special-member-functions]
|
src/Mod/Sketcher/Gui/DrawSketchDefaultHandler.h#L134
use '= default' to define a trivial destructor [modernize-use-equals-default]
|
src/Mod/Sketcher/Gui/DrawSketchDefaultHandler.h#L203
do not use 'else' after 'return' [readability-else-after-return]
|
src/Mod/Sketcher/Gui/DrawSketchDefaultHandler.h#L260
class 'ConstructionMethodMachine' defines a non-default destructor but does not define a copy constructor, a copy assignment operator, a move constructor or a move assignment operator [cppcoreguidelines-special-member-functions]
|
src/Mod/Sketcher/Gui/DrawSketchDefaultHandler.h#L263
single-argument constructors must be marked explicit to avoid unintentional implicit conversions [google-explicit-constructor]
|
src/Mod/Sketcher/Gui/DrawSketchDefaultHandler.h#L267
use '= default' to define a trivial destructor [modernize-use-equals-default]
|
src/Mod/Sketcher/Gui/DrawSketchDefaultHandler.h#L307
do not use 'else' after 'return' [readability-else-after-return]
|
src/Mod/Sketcher/Gui/DrawSketchDefaultHandler.h#L384
class 'DrawSketchDefaultHandler' defines a non-default destructor but does not define a copy constructor, a copy assignment operator, a move constructor or a move assignment operator [cppcoreguidelines-special-member-functions]
|
src/Mod/Sketcher/Gui/DrawSketchDefaultHandler.h#L389
single-argument constructors must be marked explicit to avoid unintentional implicit conversions [google-explicit-constructor]
|
src/Mod/Sketcher/Gui/DrawSketchDefaultHandler.h#L399
use '= default' to define a trivial destructor [modernize-use-equals-default]
|
This job succeeded
Loading