[Sketcher] add null case to constraint change on deletion checks #214
Annotations
13 errors and 37 warnings
Check for trailing whitespaces
Process completed with exit code 1.
|
Black (Python)
Process completed with exit code 1.
|
Pylint:
src/Mod/AddonManager/Addon.py#L595
Access to member 'cached_icon_filename' before its definition line 622 (access-member-before-definition)
|
Pylint:
src/Mod/AddonManager/Addon.py#L596
Access to member 'cached_icon_filename' before its definition line 622 (access-member-before-definition)
|
Pylint:
src/Mod/BIM/ArchSchedule.py#L432
Possibly using variable 'QtGui' before assignment (possibly-used-before-assignment)
|
Pylint:
src/Mod/BIM/ArchSchedule.py#L434
Possibly using variable 'QtCore' before assignment (possibly-used-before-assignment)
|
Pylint:
src/Mod/BIM/ArchSchedule.py#L452
Possibly using variable 'FreeCADGui' before assignment (possibly-used-before-assignment)
|
Pylint:
src/Mod/Draft/draftutils/params.py#L84
Possibly using variable 'Gui' before assignment (possibly-used-before-assignment)
|
Pylint:
src/Mod/Draft/draftutils/params.py#L98
Possibly using variable 'QtWidgets' before assignment (possibly-used-before-assignment)
|
Pylint:
src/Mod/Draft/draftutils/params.py#L239
Using variable 'path' before assignment (used-before-assignment)
|
Pylint:
src/Mod/Draft/draftutils/params.py#L239
Using variable 'entry' before assignment (used-before-assignment)
|
Pylint:
src/Mod/Draft/draftutils/params.py#L257
Using variable 'path' before assignment (used-before-assignment)
|
Check old Qt string-based connections (https://wiki.qt.io/New_Signal_Slot_Syntax)
Process completed with exit code 1.
|
Check for trailing whitespaces:
src/Gui/Language/FreeCAD_ca.ts#L5724
<translation>%1. <-- trailing whitespace
|
Check for trailing whitespaces:
src/Gui/Language/FreeCAD_ca.ts#L12512
<translation>Trieu la vostra preferència per a la mida de la icona de la barra d’eines. Podeu ajustar <-- trailing whitespace
|
Check for trailing whitespaces:
src/Gui/Language/FreeCAD_cs.ts#L1779
<translation>'%1'. <-- trailing whitespace
|
Check for trailing whitespaces:
src/Gui/Language/FreeCAD_cs.ts#L2902
Zadaná hodnota je koeficient pro vynásobení velikosti <-- trailing whitespace
|
Check for trailing whitespaces:
src/Gui/Language/FreeCAD_cs.ts#L3447
Pouze když je propojený dokument automaticky otevřen společně s hlavním <-- trailing whitespace
|
Check for trailing whitespaces:
src/Gui/Language/FreeCAD_cs.ts#L3449
Částečně načtený dokument nemůže být upravován. Plně jej načtete <-- trailing whitespace
|
Check for trailing whitespaces:
src/Gui/Language/FreeCAD_cs.ts#L4696
<translation>Stiskem tlačítka "Začni obnovení" spustíte obnovení dokumentu uvedeného níže. <-- trailing whitespace
|
Check for trailing whitespaces:
src/Gui/Language/FreeCAD_cs.ts#L7973
<translation>Některé výrazy se nepodařilo analyzovat. <-- trailing whitespace
|
Check for trailing whitespaces:
src/Gui/Language/FreeCAD_cs.ts#L8718
<translation>Synchronizovat původní konfigurovatelný zdrojový objekt tím, <-- trailing whitespace
|
Check for trailing whitespaces:
src/Gui/Language/FreeCAD_cs.ts#L8719
že se vytvoří nová kopie. Vemte v úvahu, že změny vykonané <-- trailing whitespace
|
Black (Python):
src/Ext/freecad/module_io.py#L1
would reformat src/Ext/freecad/module_io.py
|
Black (Python):
src/Mod/AddonManager/addonmanager_workers_installation.py#L1
would reformat src/Mod/AddonManager/addonmanager_workers_installation.py
|
Black (Python):
src/Mod/AddonManager/Addon.py#L1
would reformat src/Mod/AddonManager/Addon.py
|
Black (Python):
src/Mod/BIM/ArchSchedule.py#L1
would reformat src/Mod/BIM/ArchSchedule.py
|
Black (Python):
src/Mod/AddonManager/addonmanager_workers_startup.py#L1
would reformat src/Mod/AddonManager/addonmanager_workers_startup.py
|
Black (Python):
src/Mod/Draft/draftutils/params.py#L1
would reformat src/Mod/Draft/draftutils/params.py
|
Black (Python):
src/Mod/Draft/draftguitools/gui_trackers.py#L1
would reformat src/Mod/Draft/draftguitools/gui_trackers.py
|
Pylint:
src/Ext/freecad/module_io.py#L1
Missing module docstring (missing-module-docstring)
|
Pylint:
src/Ext/freecad/module_io.py#L1
Missing function or method docstring (missing-function-docstring)
|
Pylint:
src/Mod/AddonManager/Addon.py#L267
Line too long (103/100) (line-too-long)
|
Pylint:
src/Mod/AddonManager/Addon.py#L278
Line too long (105/100) (line-too-long)
|
Pylint:
src/Mod/AddonManager/Addon.py#L294
Line too long (103/100) (line-too-long)
|
Pylint:
src/Mod/AddonManager/Addon.py#L489
Line too long (152/100) (line-too-long)
|
Pylint:
src/Mod/AddonManager/Addon.py#L497
Line too long (158/100) (line-too-long)
|
Pylint:
src/Mod/AddonManager/Addon.py#L693
Line too long (117/100) (line-too-long)
|
Pylint:
src/Mod/AddonManager/Addon.py#L725
Unnecessary parens after 'not' keyword (superfluous-parens)
|
Pylint:
src/Mod/AddonManager/Addon.py#L70
Too many instance attributes (34/15) (too-many-instance-attributes)
|
Check old Qt string-based connections (https://wiki.qt.io/New_Signal_Slot_Syntax):
src/Gui/Application.cpp#L2291
QTimer::singleShot(0, &mw, SLOT(delayedStartup())); <--Consider using Functor-Based Connections
|
Cpplint:
src/App/Application.cpp#L33
At least two spaces is best between code and comments [whitespace/comments] [2]
|
Cpplint:
src/App/Application.cpp#L131
Found C system header after other header. Should be: Application.h, c system, c++ system, other. [build/include_order] [4]
|
Cpplint:
src/App/Application.cpp#L136
Found C system header after other header. Should be: Application.h, c system, c++ system, other. [build/include_order] [4]
|
Cpplint:
src/App/Application.cpp#L137
Found C system header after other header. Should be: Application.h, c system, c++ system, other. [build/include_order] [4]
|
Cpplint:
src/App/Application.cpp#L138
Found C system header after other header. Should be: Application.h, c system, c++ system, other. [build/include_order] [4]
|
Cpplint:
src/App/Application.cpp#L140
At least two spaces is best between code and comments [whitespace/comments] [2]
|
Cpplint:
src/App/Application.cpp#L141
Extra space after ( in function call [whitespace/parens] [4]
|
Cpplint:
src/App/Application.cpp#L147
At least two spaces is best between code and comments [whitespace/comments] [2]
|
Cpplint:
src/App/Application.cpp#L148
At least two spaces is best between code and comments [whitespace/comments] [2]
|
Loading