Fix typos #168
Annotations
6 errors and 24 warnings
|
|
src/Mod/Arch/ArchStructure.py#L994
Access to member 'nodes' before its definition line 1002 (access-member-before-definition)
|
src/Mod/Arch/ArchStructure.py#L995
Access to member 'nodes' before its definition line 1002 (access-member-before-definition)
|
src/Mod/Arch/ArchStructure.py#L1107
Access to member 'nodes' before its definition line 1111 (access-member-before-definition)
|
|
src/Mod/OpenSCAD/InitGui.py#L1
would reformat src/Mod/OpenSCAD/InitGui.py
|
src/Mod/Arch/ArchStructure.py#L1
would reformat src/Mod/Arch/ArchStructure.py
|
src/App/DocumentObserver.h#L53
Single-parameter constructors should be marked explicit. [runtime/explicit] [5]
|
src/App/DocumentObserver.h#L181
Single-parameter constructors should be marked explicit. [runtime/explicit] [5]
|
src/Mod/Arch/ArchStructure.py#L168
Line too long (113/100) (line-too-long)
|
src/Mod/Arch/ArchStructure.py#L184
Line too long (111/100) (line-too-long)
|
src/Mod/Arch/ArchStructure.py#L196
Line too long (101/100) (line-too-long)
|
src/Mod/Arch/ArchStructure.py#L197
Line too long (180/100) (line-too-long)
|
src/Mod/Arch/ArchStructure.py#L205
Line too long (105/100) (line-too-long)
|
src/Mod/Arch/ArchStructure.py#L209
Line too long (112/100) (line-too-long)
|
src/Mod/Arch/ArchStructure.py#L211
Line too long (110/100) (line-too-long)
|
src/Mod/Arch/ArchStructure.py#L213
Line too long (104/100) (line-too-long)
|
src/Mod/Arch/ArchStructure.py#L215
Line too long (116/100) (line-too-long)
|
src/Mod/Arch/ArchStructure.py#L216
Line too long (127/100) (line-too-long)
|
src/App/DocumentObserver.h#L47
class 'DocumentT' defines a non-default destructor, a copy constructor and a copy assignment operator but does not define a move constructor or a move assignment operator [cppcoreguidelines-special-member-functions]
|
src/App/DocumentObserver.h#L61
operator=() should return 'DocumentT&' [cppcoreguidelines-c-copy-assignment-signature]
|
src/App/DocumentObserver.h#L63
operator=() should return 'DocumentT&' [cppcoreguidelines-c-copy-assignment-signature]
|
src/App/DocumentObserver.h#L65
operator=() should return 'DocumentT&' [cppcoreguidelines-c-copy-assignment-signature]
|
src/App/DocumentObserver.h#L101
move constructors should be marked noexcept [performance-noexcept-move-constructor]
|
src/App/DocumentObserver.h#L115
move assignment operators should be marked noexcept [performance-noexcept-move-constructor]
|
src/App/DocumentObserver.h#L117
operator=() should return 'DocumentObjectT&' [cppcoreguidelines-c-copy-assignment-signature]
|
src/App/DocumentObserver.h#L119
operator=() should return 'DocumentObjectT&' [cppcoreguidelines-c-copy-assignment-signature]
|
src/App/DocumentObserver.h#L162
class 'SubObjectT' defines a copy constructor, a copy assignment operator, a move constructor and a move assignment operator but does not define a destructor [cppcoreguidelines-special-member-functions]
|
src/App/DocumentObserver.h#L172
move constructors should be marked noexcept [performance-noexcept-move-constructor]
|
The logs for this run have expired and are no longer available.
Loading