App: Apply clang format (part 3) #1189
Annotations
19 errors and 31 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.
|
Check old Qt string-based connections (https://wiki.qt.io/New_Signal_Slot_Syntax)
Process completed with exit code 1.
|
Cpplint
Process completed with exit code 2.
|
Clazy
expected ';' after top level declarator
|
Clazy
expected identifier or '('
|
Clazy
use of undeclared identifier 'yylval'
|
Clazy
use of undeclared identifier 'STRING'
|
Clazy
use of undeclared identifier 'EQ'
|
Clazy
use of undeclared identifier 'NEQ'
|
Clazy
use of undeclared identifier 'GT'
|
Clazy
use of undeclared identifier 'LT'
|
Clazy
use of undeclared identifier 'GTE'
|
Clazy
use of undeclared identifier 'LTE'
|
Clang-tidy:
src/App/Application.cpp#L134
'Build/Version.h' file not found [clang-diagnostic-error]
|
Clang-tidy:
src/App/lex.ExpressionParser.c#L8605
expected ';' after top level declarator [clang-diagnostic-error]
|
Clang-tidy:
src/App/lex.ExpressionParser.c#L8605
expected identifier or '(' [clang-diagnostic-error]
|
Check for trailing whitespaces:
src/App/lex.ExpressionParser.c#L296
* if you want the limit (max/min) macros for int types. <-- trailing whitespace
|
Check for trailing whitespaces:
src/App/lex.ExpressionParser.c#L313
typedef unsigned char flex_uint8_t; <-- trailing whitespace
|
Check for trailing whitespaces:
src/App/lex.ExpressionParser.c#L424
<-- trailing whitespace
|
Check for trailing whitespaces:
src/App/lex.ExpressionParser.c#L427
<-- trailing whitespace
|
Check for trailing whitespaces:
src/App/lex.ExpressionParser.c#L8678
<-- trailing whitespace
|
Check for trailing whitespaces:
src/App/lex.ExpressionParser.c#L8805
<-- trailing whitespace
|
Check for trailing whitespaces:
src/App/lex.ExpressionParser.c#L9945
<-- trailing whitespace
|
Check for trailing whitespaces:
src/App/lex.ExpressionParser.c#L10009
<-- trailing whitespace
|
Check for trailing whitespaces:
src/App/lex.ExpressionParser.c#L10076
* <-- trailing whitespace
|
Check for trailing whitespaces:
src/App/lex.ExpressionParser.c#L10081
<-- trailing whitespace
|
Check old Qt string-based connections (https://wiki.qt.io/New_Signal_Slot_Syntax):
src/Tools/params_utils.py#L980
connect({self.param_bool.widget_name}, SIGNAL(toggled(bool)), {param.widget_name}, SLOT(setEnabled(bool)));""" <--Consider using Functor-Based Connections
|
Clazy:
build/_deps/fmt-src/include/fmt/core.h#L971
fmt::detail::iterator_buffer has dtor but not copy-ctor, copy-assignment [-Wclazy-rule-of-three]
|
Clazy:
build/_deps/fmt-src/include/fmt/core.h#L1002
fmt::detail::iterator_buffer has dtor but not copy-ctor, copy-assignment [-Wclazy-rule-of-three]
|
Clazy:
build/_deps/fmt-src/include/fmt/core.h#L2095
Returning a void expression [-Wclazy-returning-void-expression]
|
Clazy:
build/_deps/fmt-src/include/fmt/core.h#L2197
fmt::detail::specs_setter has copy-ctor but not dtor, copy-assignment [-Wclazy-rule-of-three]
|
Clazy:
build/_deps/fmt-src/include/fmt/core.h#L2233
fmt::detail::dynamic_specs_handler has copy-ctor but not dtor, copy-assignment [-Wclazy-rule-of-three]
|
Clazy:
build/_deps/fmt-src/include/fmt/core.h#L3126
Pass small and trivially-copyable type by value (const signed char &) [-Wclazy-function-args-by-value]
|
Clazy:
build/_deps/fmt-src/include/fmt/core.h#L3127
Pass small and trivially-copyable type by value (const unsigned char &) [-Wclazy-function-args-by-value]
|
Clazy:
build/_deps/fmt-src/include/fmt/core.h#L3128
Pass small and trivially-copyable type by value (const short &) [-Wclazy-function-args-by-value]
|
Clazy:
build/_deps/fmt-src/include/fmt/core.h#L3129
Pass small and trivially-copyable type by value (const unsigned short &) [-Wclazy-function-args-by-value]
|
Clazy:
build/_deps/fmt-src/include/fmt/core.h#L3130
Pass small and trivially-copyable type by value (const long &) [-Wclazy-function-args-by-value]
|
Clang-tidy:
src/App/Application.cpp#L183
do not declare C-style arrays, use std::array<> instead [cppcoreguidelines-avoid-c-arrays,modernize-avoid-c-arrays]
|
Clang-tidy:
src/App/Application.cpp#L192
do not declare C-style arrays, use std::array<> instead [cppcoreguidelines-avoid-c-arrays,modernize-avoid-c-arrays]
|
Clang-tidy:
src/App/Application.cpp#L200
do not declare C-style arrays, use std::array<> instead [cppcoreguidelines-avoid-c-arrays,modernize-avoid-c-arrays]
|
Clang-tidy:
src/App/Application.cpp#L213
do not implicitly decay an array into a pointer; consider using gsl::array_view or an explicit cast instead [cppcoreguidelines-pro-bounds-array-to-pointer-decay]
|
Clang-tidy:
src/App/Application.cpp#L227
do not implicitly decay an array into a pointer; consider using gsl::array_view or an explicit cast instead [cppcoreguidelines-pro-bounds-array-to-pointer-decay]
|
Clang-tidy:
src/App/Application.cpp#L264
do not implicitly decay an array into a pointer; consider using gsl::array_view or an explicit cast instead [cppcoreguidelines-pro-bounds-array-to-pointer-decay]
|
Clang-tidy:
src/App/Application.cpp#L276
do not implicitly decay an array into a pointer; consider using gsl::array_view or an explicit cast instead [cppcoreguidelines-pro-bounds-array-to-pointer-decay]
|
Clang-tidy:
src/App/Application.cpp#L277
do not implicitly decay an array into a pointer; consider using gsl::array_view or an explicit cast instead [cppcoreguidelines-pro-bounds-array-to-pointer-decay]
|
Clang-tidy:
src/App/Application.cpp#L291
static member accessed through instance [readability-static-accessed-through-instance]
|
Clang-tidy:
src/App/Application.cpp#L292
static member accessed through instance [readability-static-accessed-through-instance]
|
Loading