pixi: update to py3.13 (#18832) #185
Annotations
15 errors and 31 warnings
Codespell
Process completed with exit code 2.
|
Check for trailing whitespaces
Process completed with exit code 1.
|
Black (Python)
Process completed with exit code 2.
|
Pylint
Process completed with exit code 2.
|
Cpplint
Process completed with exit code 2.
|
Clang-tidy:
src/App/Application.cpp#L134
'Build/Version.h' file not found [clang-diagnostic-error]
|
Clang-tidy:
src/Gui/DlgMacroExecuteImp.cpp#L38
'ui_DlgMacroExecute.h' file not found [clang-diagnostic-error]
|
Clang-tidy:
src/Gui/DlgPreferencesImp.cpp#L51
'ui_DlgPreferences.h' file not found [clang-diagnostic-error]
|
Clang-tidy:
src/Gui/PythonConsole.cpp#L1683
'moc_PythonConsole.cpp' file not found [clang-diagnostic-error]
|
Clang-tidy:
src/Gui/PythonEditor.cpp#L540
'moc_PythonEditor.cpp' file not found [clang-diagnostic-error]
|
Clang-tidy:
src/Gui/TextEdit.cpp#L644
'moc_TextEdit.cpp' file not found [clang-diagnostic-error]
|
Clang-tidy:
src/Mod/Sketcher/Gui/SketcherSettings.cpp#L36
'ui_SketcherSettings.h' file not found [clang-diagnostic-error]
|
Clang-tidy:
src/Mod/Spreadsheet/Gui/SheetTableView.cpp#L1257
'moc_SheetTableView.cpp' file not found [clang-diagnostic-error]
|
Clang-tidy:
src/Mod/TechDraw/Gui/QGIViewBalloon.cpp#L1022
'Mod/TechDraw/Gui/moc_QGIViewBalloon.cpp' file not found [clang-diagnostic-error]
|
Clang-tidy:
src/Mod/TechDraw/Gui/QGSPage.cpp#L1265
'Mod/TechDraw/Gui/moc_QGSPage.cpp' file not found [clang-diagnostic-error]
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Check for trailing whitespaces:
src/Gui/Language/FreeCAD_de.ts#L2766
im Grafikspeicher und nicht im Systemspeicher liegen und somit direkt durch die GPU gerendert werden können. <-- trailing whitespace
|
Check for trailing whitespaces:
src/Gui/Language/FreeCAD_de.ts#L2795
Es stehen 3 Optionen zur Verfügung: <-- trailing whitespace
|
Check for trailing whitespaces:
src/Gui/Language/FreeCAD_de.ts#L5724
<translation>%1. <-- trailing whitespace
|
Check for trailing whitespaces:
src/Gui/Language/FreeCAD_de.ts#L5886
<translation>Kneifen (zwei Finger auf den Bildschirm setzen und auseinander ziehen oder zusammenführen) ODER Mausrad drehen <-- trailing whitespace
|
Check for trailing whitespaces:
src/Gui/Language/FreeCAD_de.ts#L6349
<translation>Kneifen (zwei Finger auf den Bildschirm setzen und auseinander ziehen oder zusammenführen) ODER Mausrad drehen <-- trailing whitespace
|
Check for trailing whitespaces:
src/Mod/OpenSCAD/OpenSCAD2Dgeom.py#L37
<-- trailing whitespace
|
Check for trailing whitespaces:
src/Mod/OpenSCAD/OpenSCAD2Dgeom.py#L199
<-- trailing whitespace
|
Check for trailing whitespaces:
src/Mod/Part/Gui/Resources/translations/Part_de.ts#L2849
<source>Can't determine normal vector of shape to be extruded. Please use other mode. <-- trailing whitespace
|
Check for trailing whitespaces:
src/Mod/Part/Gui/Resources/translations/Part_de.ts#L5055
<source>Expand shape content. Changes will take effect next time you use <-- trailing whitespace
|
Check for trailing whitespaces:
src/Mod/Part/Gui/Resources/translations/Part_de.ts#L5066
<source>Show advanced shape content. Changes will take effect next time you use <-- trailing whitespace
|
Clazy:
build/_deps/fmt-src/include/fmt/core.h#L971
fmt::detail::iterator_buffer has dtor but not copy-ctor, copy-assignment [-Wclazy-rule-of-three]
|
Clazy:
build/_deps/fmt-src/include/fmt/core.h#L1002
fmt::detail::iterator_buffer has dtor but not copy-ctor, copy-assignment [-Wclazy-rule-of-three]
|
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]
|
Clazy:
build/_deps/fmt-src/include/fmt/core.h#L3129
Pass small and trivially-copyable type by value (const unsigned short &) [-Wclazy-function-args-by-value]
|
Clazy:
build/_deps/fmt-src/include/fmt/core.h#L3130
Pass small and trivially-copyable type by value (const long &) [-Wclazy-function-args-by-value]
|
Clang-tidy:
src/App/Application.cpp#L183
do not declare C-style arrays, use std::array<> instead [cppcoreguidelines-avoid-c-arrays,modernize-avoid-c-arrays]
|
Clang-tidy:
src/App/Application.cpp#L192
do not declare C-style arrays, use std::array<> instead [cppcoreguidelines-avoid-c-arrays,modernize-avoid-c-arrays]
|
Clang-tidy:
src/App/Application.cpp#L200
do not declare C-style arrays, use std::array<> instead [cppcoreguidelines-avoid-c-arrays,modernize-avoid-c-arrays]
|
Clang-tidy:
src/App/Application.cpp#L213
do not implicitly decay an array into a pointer; consider using gsl::array_view or an explicit cast instead [cppcoreguidelines-pro-bounds-array-to-pointer-decay]
|
Clang-tidy:
src/App/Application.cpp#L227
do not implicitly decay an array into a pointer; consider using gsl::array_view or an explicit cast instead [cppcoreguidelines-pro-bounds-array-to-pointer-decay]
|
Clang-tidy:
src/App/Application.cpp#L264
do not implicitly decay an array into a pointer; consider using gsl::array_view or an explicit cast instead [cppcoreguidelines-pro-bounds-array-to-pointer-decay]
|
Clang-tidy:
src/App/Application.cpp#L276
do not implicitly decay an array into a pointer; consider using gsl::array_view or an explicit cast instead [cppcoreguidelines-pro-bounds-array-to-pointer-decay]
|
Clang-tidy:
src/App/Application.cpp#L277
do not implicitly decay an array into a pointer; consider using gsl::array_view or an explicit cast instead [cppcoreguidelines-pro-bounds-array-to-pointer-decay]
|
Clang-tidy:
src/App/Application.cpp#L291
static member accessed through instance [readability-static-accessed-through-instance]
|
Clang-tidy:
src/App/Application.cpp#L292
static member accessed through instance [readability-static-accessed-through-instance]
|
Loading