Gui: Remove migration warning #1275
Annotations
2 errors and 31 warnings
Codespell
Process completed with exit code 1.
|
Cpplint
Process completed with exit code 1.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Codespell:
src/Gui/CommandDoc.cpp#L808
Rever ==> Revert, Refer, Fever
|
Codespell:
src/Gui/CommandDoc.cpp#L1753
Propert ==> Property
|
Cpplint:
src/Gui/CommandDoc.cpp#L74
Do not use namespace using-directives. Use using-declarations instead. [build/namespaces] [5]
|
Cpplint:
src/Gui/CommandDoc.cpp#L264
Add #include <list> for list<> [build/include_what_you_use] [4]
|
Cpplint:
src/Gui/CommandDoc.cpp#L1580
Add #include <algorithm> for transform [build/include_what_you_use] [4]
|
Cpplint:
src/Gui/CommandDoc.cpp#L1840
Add #include <set> for set<> [build/include_what_you_use] [4]
|
Cpplint:
src/Gui/CommandDoc.cpp#L1842
Add #include <vector> for vector<> [build/include_what_you_use] [4]
|
Cpplint:
src/Gui/CommandDoc.cpp#L1878
Add #include <map> for map<> [build/include_what_you_use] [4]
|
Cpplint:
src/Gui/CommandDoc.cpp#L1923
Add #include <string> for string [build/include_what_you_use] [4]
|
Cpplint:
src/Gui/CommandDoc.cpp#L1959
Add #include <utility> for move [build/include_what_you_use] [4]
|
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#L1088
Py::seqref has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
|
Clazy:
src/CXX/Python3/Objects.hxx#L1437
Py::SeqBase::iterator has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
|
Clazy:
src/CXX/Python3/Objects.hxx#L1596
Py::SeqBase::const_iterator has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
|
Clazy:
src/CXX/Python3/Objects.hxx#L2932
Py::MapBase::iterator has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
|
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#L3051
Py::MapBase::const_iterator has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
|
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]
|
Clang-tidy:
src/Gui/CommandDoc.cpp#L274
redundant boolean literal in ternary expression result [readability-simplify-boolean-expr]
|
Clang-tidy:
src/Gui/CommandDoc.cpp#L315
function 'createDefaultExportBasename' has cognitive complexity of 59 (threshold 25) [readability-function-cognitive-complexity]
|
Clang-tidy
note: +1, including nesting penalty of 0, nesting level increased to 1
|
Clang-tidy
note: +1, nesting level increased to 1
|
Clang-tidy
note: +1, including nesting penalty of 0, nesting level increased to 1
|
Clang-tidy
note: +1, including nesting penalty of 0, nesting level increased to 1
|
Clang-tidy
note: +1, including nesting penalty of 0, nesting level increased to 1
|
Clang-tidy
note: +2, including nesting penalty of 1, nesting level increased to 2
|
Clang-tidy
note: +1, including nesting penalty of 0, nesting level increased to 1
|
Clang-tidy
note: +2, including nesting penalty of 1, nesting level increased to 2
|
Loading