Merge branch 'main' into fem_2d_quad8 #200
Annotations
5 errors and 45 warnings
Codespell
Process completed with exit code 1.
|
Check for trailing whitespaces
Process completed with exit code 1.
|
Black (Python)
Process completed with exit code 1.
|
Check old Qt string-based connections (https://wiki.qt.io/New_Signal_Slot_Syntax)
Process completed with exit code 1.
|
Cpplint
Process completed with exit code 1.
|
Codespell:
src/Gui/DAGView/DAGModel.cpp#L96
documentIn ==> documenting, document in
|
Codespell:
src/Gui/DAGView/DAGModel.cpp#L141
documentIn ==> documenting, document in
|
Codespell:
src/Gui/DAGView/DAGModel.cpp#L142
documentIn ==> documenting, document in
|
Codespell:
src/Gui/DAGView/DAGModel.cpp#L143
documentIn ==> documenting, document in
|
Codespell:
src/Gui/DAGView/DAGModel.cpp#L144
documentIn ==> documenting, document in
|
Codespell:
src/Gui/DAGView/DAGModel.cpp#L145
documentIn ==> documenting, document in
|
Codespell:
src/Gui/DAGView/DAGModel.cpp#L148
documentIn ==> documenting, document in
|
Codespell:
src/Gui/DAGView/DAGModel.cpp#L149
documentIn ==> documenting, document in
|
Codespell:
src/Mod/Fem/App/FemMesh.cpp#L119
aNull ==> annul
|
Codespell:
src/Mod/Fem/App/FemMesh.cpp#L120
aNull ==> annul
|
Check for trailing whitespaces:
src/Gui/Language/FreeCAD_ca.ts#L5888
<translation>%1. <-- trailing whitespace
|
Check for trailing whitespaces:
src/Gui/Language/FreeCAD_ca.ts#L12751
<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#L1954
<translation>'%1'. <-- trailing whitespace
|
Check for trailing whitespaces:
src/Gui/Language/FreeCAD_cs.ts#L3052
Zadaná hodnota je koeficient pro vynásobení velikosti <-- trailing whitespace
|
Check for trailing whitespaces:
src/Gui/Language/FreeCAD_cs.ts#L3592
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#L3594
Čá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#L4831
<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#L8110
<translation>Některé výrazy se nepodařilo analyzovat. <-- trailing whitespace
|
Check for trailing whitespaces:
src/Gui/Language/FreeCAD_cs.ts#L8879
<translation>Synchronizovat původní konfigurovatelný zdrojový objekt tím, <-- trailing whitespace
|
Check for trailing whitespaces:
src/Gui/Language/FreeCAD_cs.ts#L8880
že se vytvoří nová kopie. Vemte v úvahu, že změny vykonané <-- trailing whitespace
|
Black (Python):
src/Mod/AddonManager/Widgets/addonmanager_widget_global_buttons.py#L1
would reformat src/Mod/AddonManager/Widgets/addonmanager_widget_global_buttons.py
|
Pylint:
src/Mod/AddonManager/Widgets/addonmanager_widget_global_buttons.py#L35
Unused argument 'details' (unused-argument)
|
Pylint:
src/Mod/AddonManager/Widgets/addonmanager_widget_global_buttons.py#L35
Unused argument 'n' (unused-argument)
|
Pylint:
src/Mod/AddonManager/Widgets/addonmanager_widget_global_buttons.py#L48
Deprecated module 'PySide2' (deprecated-module)
|
Pylint:
src/Mod/AddonManager/Widgets/addonmanager_widget_global_buttons.py#L94
Missing function or method docstring (missing-function-docstring)
|
Pylint:
src/Mod/AddonManager/Widgets/addonmanager_widget_global_buttons.py#L41
Unused import PySide (unused-import)
|
Check old Qt string-based connections (https://wiki.qt.io/New_Signal_Slot_Syntax):
src/Gui/DAGView/DAGModel.cpp#L1088
(&contextMenu, this, SLOT(editingStartSlot())); //const hack. <--Consider using Functor-Based Connections
|
Cpplint:
src/App/Document.cpp#L1803
Consider using localtime_r(...) instead of localtime(...) for improved thread safety. [runtime/threadsafe_fn] [2]
|
Cpplint:
src/Base/Tools.h#L156
Single-parameter constructors should be marked explicit. [runtime/explicit] [5]
|
Cpplint:
src/Base/Tools.h#L209
Constructors callable with one argument should be marked explicit. [runtime/explicit] [5]
|
Cpplint:
src/Base/Tools.h#L258
Single-parameter constructors should be marked explicit. [runtime/explicit] [5]
|
Cpplint:
src/Gui/AutoSaver.cpp#L336
Consider using rand_r(...) instead of rand(...) for improved thread safety. [runtime/threadsafe_fn] [2]
|
Cpplint:
src/Mod/Cloud/App/AppCloud.cpp#L256
Almost always, snprintf is better than strcpy [runtime/printf] [4]
|
Cpplint:
src/Mod/Cloud/App/AppCloud.cpp#L273
Never use sprintf. Use snprintf instead. [runtime/printf] [5]
|
Cpplint:
src/Mod/Cloud/App/AppCloud.cpp#L329
Never use sprintf. Use snprintf instead. [runtime/printf] [5]
|
Cpplint:
src/Mod/Cloud/App/AppCloud.cpp#L385
Almost always, snprintf is better than strcpy [runtime/printf] [4]
|
Cpplint:
src/Mod/Cloud/App/AppCloud.cpp#L392
Consider using localtime_r(...) instead of localtime(...) for improved thread safety. [runtime/threadsafe_fn] [2]
|
Clazy:
src/App/ComplexGeoData.cpp#L54
non-POD static (LogLevel) [-Wclazy-non-pod-global-static]
|
Clazy
note: expanded from macro 'FC_LOG_LEVEL_INIT'
|
Clazy
note: expanded from macro '_FC_LOG_LEVEL_INIT'
|
Clazy:
src/App/Document.cpp#L119
non-POD static (LogLevel) [-Wclazy-non-pod-global-static]
|
Clazy
note: expanded from macro 'FC_LOG_LEVEL_INIT'
|
Clazy
note: expanded from macro '_FC_LOG_LEVEL_INIT'
|
Clazy:
src/App/Document.cpp#L1094
non-POD static (DocExportStatus) [-Wclazy-non-pod-global-static]
|
Clazy:
src/App/ElementMap.cpp#L21
non-POD static (LogLevel) [-Wclazy-non-pod-global-static]
|
Loading