Update PROBLEM_REPORT.yml #201
Annotations
6 errors and 24 warnings
Cpplint
Process completed with exit code 1.
|
Clang-tidy:
src/Gui/ExpressionCompleter.cpp#L1103
'moc_ExpressionCompleter.cpp' file not found [clang-diagnostic-error]
|
Clang-tidy:
src/Mod/TechDraw/Gui/QGIWeldSymbol.cpp#L553
'Mod/TechDraw/Gui/moc_QGIWeldSymbol.cpp' file not found [clang-diagnostic-error]
|
Clang-tidy:
src/Mod/TechDraw/Gui/QGSPage.cpp#L1169
'Mod/TechDraw/Gui/moc_QGSPage.cpp' file not found [clang-diagnostic-error]
|
Clang-tidy:
src/Mod/TechDraw/Gui/TaskWeldingSymbol.cpp#L42
'ui_TaskWeldingSymbol.h' file not found [clang-diagnostic-error]
|
Clang-tidy
Process completed with exit code 1.
|
Cpplint:
src/Main/MainGui.cpp#L81
Single-parameter constructors should be marked explicit. [runtime/explicit] [5]
|
Cpplint:
src/Mod/TechDraw/Gui/QGIWeldSymbol.cpp#L344
Missing space around colon in range-based for loop [whitespace/forcolon] [2]
|
Cpplint:
src/Mod/TechDraw/Gui/QGIWeldSymbol.cpp#L346
Missing space around colon in range-based for loop [whitespace/forcolon] [2]
|
Cpplint:
src/Mod/TechDraw/Gui/QGIWeldSymbol.cpp#L361
Missing space around colon in range-based for loop [whitespace/forcolon] [2]
|
Cpplint:
src/Mod/TechDraw/Gui/QGIWeldSymbol.cpp#L405
Missing space around colon in range-based for loop [whitespace/forcolon] [2]
|
Cpplint:
src/Mod/TechDraw/Gui/QGIWeldSymbol.cpp#L421
Missing space around colon in range-based for loop [whitespace/forcolon] [2]
|
Cpplint:
src/Mod/TechDraw/Gui/QGIWeldSymbol.cpp#L438
Missing space around colon in range-based for loop [whitespace/forcolon] [2]
|
Cpplint:
src/Mod/TechDraw/Gui/QGIWeldSymbol.cpp#L530
Missing space around colon in range-based for loop [whitespace/forcolon] [2]
|
Cpplint:
src/Mod/TechDraw/Gui/QGIWeldSymbol.h#L66
Zero-parameter constructors should not be marked explicit. [runtime/explicit] [5]
|
Cpplint:
src/Mod/TechDraw/Gui/QGSPage.cpp#L1113
Never use sprintf. Use snprintf instead. [runtime/printf] [5]
|
Clazy
fatal error: 'moc_ExpressionCompleter.cpp' file not found
|
Clazy
fatal error: 'Mod/TechDraw/Gui/moc_QGIWeldSymbol.cpp' file not found
|
Clazy
fatal error: 'Mod/TechDraw/Gui/moc_QGSPage.cpp' file not found
|
Clazy
fatal error: 'ui_TaskWeldingSymbol.h' file not found
|
Clang-tidy:
src/App/ProjectFile.cpp#L146
method 'readProperty' can be made static [readability-convert-member-functions-to-static]
|
Clang-tidy:
src/App/ProjectFile.cpp#L413
implicit conversion 'xercesc_3_2::DOMNode *' -> bool [readability-implicit-bool-conversion]
|
Clang-tidy:
src/App/ProjectFile.cpp#L485
implicit conversion 'xercesc_3_2::DOMNode *' -> bool [readability-implicit-bool-conversion]
|
Clang-tidy:
src/FCConfig.h#L90
macro 'PATHSEP' used to declare a constant; consider using a 'constexpr' constant [cppcoreguidelines-macro-usage]
|
Clang-tidy:
src/FCConfig.h#L261
function-like macro 'DBG_CATCH' used; consider a 'constexpr' template function [cppcoreguidelines-macro-usage]
|
Clang-tidy:
src/Gui/ExpressionCompleter.cpp#L45
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/Gui/ExpressionCompleter.cpp#L195
single-argument constructors must be marked explicit to avoid unintentional implicit conversions [google-explicit-constructor]
|
Clang-tidy:
src/Gui/ExpressionCompleter.cpp#L212
single-argument constructors must be marked explicit to avoid unintentional implicit conversions [google-explicit-constructor]
|
Loading