Reword error log to be more verbose #1504
Annotations
12 errors and 21 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/Gui/SelectionView.cpp#L703
'moc_SelectionView.cpp' file not found [clang-diagnostic-error]
|
Clang-tidy:
src/Gui/TaskElementColors.cpp#L35
'ui_TaskElementColors.h' file not found [clang-diagnostic-error]
|
Clang-tidy:
src/Gui/TextureMapping.cpp#L37
'ui_TextureMapping.h' file not found [clang-diagnostic-error]
|
Clang-tidy:
src/Mod/Part/Gui/TaskSweep.cpp#L56
'ui_TaskSweep.h' file not found [clang-diagnostic-error]
|
Clang-tidy:
src/Mod/Sketcher/Gui/TaskSketcherValidation.cpp#L50
'ui_TaskSketcherValidation.h' file not found [clang-diagnostic-error]
|
Clang-tidy:
src/Mod/TechDraw/Gui/TaskSectionView.cpp#L47
'ui_TaskSectionView.h' file not found [clang-diagnostic-error]
|
Clang-tidy
Process completed with exit code 1.
|
Check for trailing whitespaces:
src/Mod/Part/Gui/TaskSweep.cpp#L202
if (!shape.Infinite() && <-- trailing whitespace
|
Clazy:
src/App/Color.h#L113
Pass small and trivially-copyable type by value (const class App::Color &) [-Wclazy-function-args-by-value]
|
Clazy:
src/App/Color.cpp#L51
Pass small and trivially-copyable type by value (const class App::Color &) [-Wclazy-function-args-by-value]
|
Clazy:
src/App/Color.cpp#L56
Pass small and trivially-copyable type by value (const class App::Color &) [-Wclazy-function-args-by-value]
|
Clazy:
src/App/Color.h#L113
Pass small and trivially-copyable type by value (const class App::Color &) [-Wclazy-function-args-by-value]
|
Clazy:
src/App/Color.h#L113
Pass small and trivially-copyable type by value (const class App::Color &) [-Wclazy-function-args-by-value]
|
Clazy:
src/Base/Type.h#L119
Pass small and trivially-copyable type by value (const class Base::Type &) [-Wclazy-function-args-by-value]
|
Clazy:
src/Base/Type.h#L150
Pass small and trivially-copyable type by value (const class Base::Type &) [-Wclazy-function-args-by-value]
|
Clazy:
src/Base/Type.h#L155
Pass small and trivially-copyable type by value (const class Base::Type &) [-Wclazy-function-args-by-value]
|
Clazy:
src/Base/Type.h#L160
Pass small and trivially-copyable type by value (const class Base::Type &) [-Wclazy-function-args-by-value]
|
Clazy:
src/Base/Type.h#L165
Pass small and trivially-copyable type by value (const class Base::Type &) [-Wclazy-function-args-by-value]
|
Clang-tidy:
src/App/Color.cpp#L161
variable 'rgb' is not initialized [cppcoreguidelines-init-variables]
|
Clang-tidy:
src/App/Color.cpp#L165
narrowing conversion from 'unsigned int' to signed type 'int' is implementation-defined [bugprone-narrowing-conversions,cppcoreguidelines-narrowing-conversions]
|
Clang-tidy:
src/App/Color.cpp#L166
narrowing conversion from 'unsigned int' to signed type 'int' is implementation-defined [bugprone-narrowing-conversions,cppcoreguidelines-narrowing-conversions]
|
Clang-tidy:
src/App/Color.cpp#L167
narrowing conversion from 'unsigned int' to signed type 'int' is implementation-defined [bugprone-narrowing-conversions,cppcoreguidelines-narrowing-conversions]
|
Clang-tidy:
src/App/Color.cpp#L169
narrowing conversion from 'int' to 'float' [bugprone-narrowing-conversions,cppcoreguidelines-narrowing-conversions]
|
Clang-tidy:
src/App/Color.cpp#L170
narrowing conversion from 'int' to 'float' [bugprone-narrowing-conversions,cppcoreguidelines-narrowing-conversions]
|
Clang-tidy:
src/App/Color.cpp#L171
narrowing conversion from 'int' to 'float' [bugprone-narrowing-conversions,cppcoreguidelines-narrowing-conversions]
|
Clang-tidy:
src/App/Color.cpp#L178
variable 'rgba' is not initialized [cppcoreguidelines-init-variables]
|
Clang-tidy:
src/App/Color.cpp#L182
narrowing conversion from 'unsigned int' to signed type 'int' is implementation-defined [bugprone-narrowing-conversions,cppcoreguidelines-narrowing-conversions]
|
Clang-tidy:
src/App/Color.cpp#L183
narrowing conversion from 'unsigned int' to signed type 'int' is implementation-defined [bugprone-narrowing-conversions,cppcoreguidelines-narrowing-conversions]
|
Loading