Merge branch 'FreeCAD:main' into pipe_beam_fix #40
Annotations
2 errors and 38 warnings
Black (Python)
Process completed with exit code 1.
|
Cpplint
Process completed with exit code 1.
|
Black (Python):
src/Mod/Draft/draftmake/make_array.py#L1
would reformat src/Mod/Draft/draftmake/make_array.py
|
Black (Python):
src/Mod/Draft/draftmake/make_clone.py#L1
would reformat src/Mod/Draft/draftmake/make_clone.py
|
Black (Python):
src/Mod/Draft/draftmake/make_pointarray.py#L1
would reformat src/Mod/Draft/draftmake/make_pointarray.py
|
Black (Python):
src/Mod/Draft/draftmake/make_patharray.py#L1
would reformat src/Mod/Draft/draftmake/make_patharray.py
|
Pylint:
src/Mod/Draft/draftmake/make_array.py#L132
Line too long (106/100) (line-too-long)
|
Pylint:
src/Mod/Draft/draftmake/make_array.py#L34
Use 'from draftutils import utils' instead (consider-using-from-import)
|
Pylint:
src/Mod/Draft/draftmake/make_array.py#L35
Use 'from draftutils import gui_utils' instead (consider-using-from-import)
|
Pylint:
src/Mod/Draft/draftmake/make_array.py#L46
Too many arguments (8/5) (too-many-arguments)
|
Pylint:
src/Mod/Draft/draftmake/make_array.py#L142
Too many arguments (9/5) (too-many-arguments)
|
Pylint:
src/Mod/Draft/draftmake/make_array.py#L145
Unused argument 'name' (unused-argument)
|
Pylint:
src/Mod/Draft/draftmake/make_clone.py#L73
Line too long (124/100) (line-too-long)
|
Pylint:
src/Mod/Draft/draftmake/make_clone.py#L75
Import outside toplevel (Arch) (import-outside-toplevel)
|
Pylint:
src/Mod/Draft/draftmake/make_clone.py#L81
Catching too general exception Exception (broad-exception-caught)
|
Pylint:
src/Mod/Draft/draftmake/make_clone.py#L84
Catching too general exception Exception (broad-exception-caught)
|
Cpplint:
src/Mod/Fem/Gui/ViewProviderFemConstraint.cpp#L172
Multi-line string ("...") found. This lint script doesn't do well with such strings, and may give bogus warnings. Use C++11 raw strings or concatenation instead. [readability/multiline_string] [5]
|
Cpplint:
src/Mod/Fem/Gui/ViewProviderFemConstraint.cpp#L173
Multi-line string ("...") found. This lint script doesn't do well with such strings, and may give bogus warnings. Use C++11 raw strings or concatenation instead. [readability/multiline_string] [5]
|
Cpplint:
src/Mod/Fem/Gui/ViewProviderFemConstraint.cpp#L174
Multi-line string ("...") found. This lint script doesn't do well with such strings, and may give bogus warnings. Use C++11 raw strings or concatenation instead. [readability/multiline_string] [5]
|
Cpplint:
src/Mod/Fem/Gui/ViewProviderFemConstraint.cpp#L177
Multi-line string ("...") found. This lint script doesn't do well with such strings, and may give bogus warnings. Use C++11 raw strings or concatenation instead. [readability/multiline_string] [5]
|
Clazy:
src/App/Expression.cpp#L63
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/Expression.cpp#L3576
non-POD static (stack) [-Wclazy-non-pod-global-static]
|
Clazy:
src/App/Expression.cpp#L3577
non-POD static (map) [-Wclazy-non-pod-global-static]
|
Clazy
'iterator<std::forward_iterator_tag, OSD_Parallel::UniversalIterator>' is deprecated [-Wdeprecated-declarations]
|
Clazy
note: 'iterator<std::forward_iterator_tag, OSD_Parallel::UniversalIterator>' has been explicitly marked deprecated here
|
Clazy
note: expanded from macro '_GLIBCXX17_DEPRECATED'
|
Clazy:
src/Mod/Part/App/TopoShapeExpansion.cpp#L85
non-POD static (LogLevel) [-Wclazy-non-pod-global-static]
|
Clazy
note: expanded from macro 'FC_LOG_LEVEL_INIT'
|
Clang-tidy:
src/App/Expression.cpp#L63
variable '_s_fclvl' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables]
|
Clang-tidy
note: expanded from macro 'FC_LOG_LEVEL_INIT'
|
Clang-tidy
note: expanded from macro 'FC_LOG_INSTANCE'
|
Clang-tidy:
src/App/Expression.cpp#L84
function-like macro '__EXPR_THROW' used; consider a 'constexpr' template function [cppcoreguidelines-macro-usage]
|
Clang-tidy:
src/App/Expression.cpp#L86
macro argument should be enclosed in parentheses [bugprone-macro-parentheses]
|
Clang-tidy:
src/App/Expression.cpp#L90
function-like macro '_EXPR_THROW' used; consider a 'constexpr' template function [cppcoreguidelines-macro-usage]
|
Clang-tidy:
src/App/Expression.cpp#L92
function-like macro '__EXPR_SET_MSG' used; consider a 'constexpr' template function [cppcoreguidelines-macro-usage]
|
Clang-tidy:
src/App/Expression.cpp#L94
macro argument should be enclosed in parentheses [bugprone-macro-parentheses]
|
Clang-tidy:
src/App/Expression.cpp#L94
macro argument should be enclosed in parentheses [bugprone-macro-parentheses]
|
Clang-tidy:
src/App/Expression.cpp#L95
macro argument should be enclosed in parentheses [bugprone-macro-parentheses]
|
The logs for this run have expired and are no longer available.
Loading