[pre-commit.ci] auto fixes from pre-commit.com hooks #320
Annotations
2 errors and 11 warnings
Clang-tidy:
src/Mod/Fem/Gui/TaskFemConstraintHeatflux.cpp#L39
'ui_TaskFemConstraintHeatflux.h' file not found [clang-diagnostic-error]
|
Clang-tidy
Process completed with exit code 1.
|
Clazy
fatal error: 'ui_TaskFemConstraintHeatflux.h' file not found
|
Clang-tidy:
src/Mod/Fem/Gui/TaskFemConstraintHeatflux.cpp#L53
assigning newly created 'gsl::owner<>' to non-owner 'QWidget *' [cppcoreguidelines-owning-memory]
|
Clang-tidy:
src/Mod/Fem/Gui/TaskFemConstraintHeatflux.cpp#L101
use auto when initializing with a cast to avoid duplicating the type name [modernize-use-auto]
|
Clang-tidy:
src/Mod/Fem/Gui/TaskFemConstraintHeatflux.cpp#L102
do not use static_cast to downcast from a base to a derived class; use dynamic_cast instead [cppcoreguidelines-pro-type-static-cast-downcast]
|
Clang-tidy:
src/Mod/Fem/Gui/TaskFemConstraintHeatflux.cpp#L103
variable 'Objects' is not initialized [cppcoreguidelines-init-variables]
|
Clang-tidy:
src/Mod/Fem/Gui/TaskFemConstraintHeatflux.cpp#L104
variable 'SubElements' is not initialized [cppcoreguidelines-init-variables]
|
Clang-tidy:
src/Mod/Fem/Gui/TaskFemConstraintHeatflux.cpp#L120
variable name 't' is too short, expected at least 2 characters [readability-identifier-length]
|
Clang-tidy:
src/Mod/Fem/Gui/TaskFemConstraintHeatflux.cpp#L123
variable name 'f' is too short, expected at least 2 characters [readability-identifier-length]
|
Clang-tidy:
src/Mod/Fem/Gui/TaskFemConstraintHeatflux.cpp#L130
variable name 't' is too short, expected at least 2 characters [readability-identifier-length]
|
Clang-tidy:
src/Mod/Fem/Gui/TaskFemConstraintHeatflux.cpp#L133
variable name 'e' is too short, expected at least 2 characters [readability-identifier-length]
|
Clang-tidy:
src/Mod/Fem/Gui/TaskFemConstraintHeatflux.cpp#L139
variable name 'c' is too short, expected at least 2 characters [readability-identifier-length]
|
Loading