add exception for actions/stale to not check and close issues and pr … #169
Annotations
16 errors and 25 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.
|
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 2.
|
Clang-tidy:
src/App/Application.cpp#L134
'Build/Version.h' file not found [clang-diagnostic-error]
|
Clang-tidy:
src/Gui/Application.cpp#L76
'GuiInitScript.h' file not found [clang-diagnostic-error]
|
Clang-tidy:
src/Gui/DlgAddPropertyVarSet.cpp#L38
'ui_DlgAddPropertyVarSet.h' file not found [clang-diagnostic-error]
|
Clang-tidy:
src/Gui/DlgExpressionInput.cpp#L39
'ui_DlgExpressionInput.h' file not found [clang-diagnostic-error]
|
Clang-tidy:
src/Gui/ExpressionCompleter.cpp#L1178
'moc_ExpressionCompleter.cpp' file not found [clang-diagnostic-error]
|
Clang-tidy:
src/Gui/GuiApplication.cpp#L363
'moc_GuiApplication.cpp' file not found [clang-diagnostic-error]
|
Clang-tidy:
src/Gui/InputField.cpp#L778
'moc_InputField.cpp' file not found [clang-diagnostic-error]
|
Clang-tidy:
src/Gui/ManualAlignment.cpp#L1337
'moc_ManualAlignment.cpp' file not found [clang-diagnostic-error]
|
Clang-tidy:
src/Gui/PreferencePages/DlgSettingsNotificationArea.cpp#L32
'ui_DlgSettingsNotificationArea.h' file not found [clang-diagnostic-error]
|
Clang-tidy:
src/Gui/SpinBox.cpp#L533
'moc_SpinBox.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/Mod/BIM/ArchWall.py#L340
# get updated name (if any) of the selected PropertySet <-- trailing whitespace
|
Check for trailing whitespaces:
src/Mod/BIM/ArchWall.py#L616
if (prop == "ArchSketchPropertySet" <-- trailing whitespace
|
Check for trailing whitespaces:
src/Mod/BIM/ArchWall.py#L620
uuid = baseProxy.getPropertySet(obj, <-- trailing whitespace
|
Check old Qt string-based connections (https://wiki.qt.io/New_Signal_Slot_Syntax):
src/Gui/Application.cpp#L2288
QTimer::singleShot(0, &mw, SLOT(delayedStartup())); <--Consider using Functor-Based Connections
|
Clazy:
src/App/Color.h#L118
Pass small and trivially-copyable type by value (const class App::Color &) [-Wclazy-function-args-by-value]
|
Clazy:
src/CXX/Python3/Objects.hxx#L1021
Pass small and trivially-copyable type by value (const Py_complex &) [-Wclazy-function-args-by-value]
|
Clazy:
src/CXX/Python3/Objects.hxx#L2970
Missing reference on non-trivial type (class Py::List) [-Wclazy-function-args-by-ref]
|
Clazy:
src/CXX/Python3/Objects.hxx#L3075
Missing reference on non-trivial type (class Py::List) [-Wclazy-function-args-by-ref]
|
Clazy:
src/CXX/Python3/Objects.hxx#L3542
Pass small and trivially-copyable type by value (const class Py::BaseException &) [-Wclazy-function-args-by-value]
|
Clazy:
src/CXX/Python3/Objects.hxx#L3553
Pass small and trivially-copyable type by value (const class Py::BaseException &) [-Wclazy-function-args-by-value]
|
Clazy:
src/CXX/Python3/Objects.hxx#L3564
Pass small and trivially-copyable type by value (const class Py::BaseException &) [-Wclazy-function-args-by-value]
|
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]
|
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