Core: Convert transparency to alpha value for old project files #1262
Annotations
5 errors and 31 warnings
Cpplint
Process completed with exit code 1.
|
Clazy:
src/Base/ProgramVersion.h#L66
no member named 'find_if' in namespace 'std'
|
Clazy
Process completed with exit code 1.
|
Clang-tidy:
src/Base/ProgramVersion.h#L66
no member named 'find_if' in namespace 'std' [clang-diagnostic-error]
|
Clang-tidy
Process completed with exit code 1.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Cpplint:
src/App/PropertyStandard.cpp#L47
Do not use namespace using-directives. Use using-declarations instead. [build/namespaces] [5]
|
Cpplint:
src/App/PropertyStandard.cpp#L48
Do not use namespace using-directives. Use using-declarations instead. [build/namespaces] [5]
|
Cpplint:
src/App/PropertyStandard.cpp#L49
Do not use namespace using-directives. Use using-declarations instead. [build/namespaces] [5]
|
Cpplint:
src/App/PropertyStandard.cpp#L75
Use int16_t/int64_t/etc, rather than the C type long [runtime/int] [4]
|
Cpplint:
src/App/PropertyStandard.cpp#L82
Use int16_t/int64_t/etc, rather than the C type long [runtime/int] [4]
|
Cpplint:
src/App/PropertyStandard.cpp#L137
Use int16_t/int64_t/etc, rather than the C type long [runtime/int] [4]
|
Cpplint:
src/App/PropertyStandard.cpp#L138
Use int16_t/int64_t/etc, rather than the C type long [runtime/int] [4]
|
Cpplint:
src/App/PropertyStandard.cpp#L319
Use int16_t/int64_t/etc, rather than the C type long [runtime/int] [4]
|
Cpplint:
src/App/PropertyStandard.cpp#L333
Use int16_t/int64_t/etc, rather than the C type long [runtime/int] [4]
|
Cpplint:
src/App/PropertyStandard.cpp#L417
Use int16_t/int64_t/etc, rather than the C type long [runtime/int] [4]
|
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]
|
Clazy:
build/_deps/fmt-src/include/fmt/core.h#L3131
Pass small and trivially-copyable type by value (const unsigned long &) [-Wclazy-function-args-by-value]
|
Clazy:
build/_deps/fmt-src/include/fmt/core.h#L3134
Pass small and trivially-copyable type by value (const std::nullptr_t &) [-Wclazy-function-args-by-value]
|
Clang-tidy:
src/App/PropertyStandard.cpp#L65
'_lValue' should be initialized in an in-class default member initializer [cppcoreguidelines-prefer-member-initializer]
|
Clang-tidy:
src/App/PropertyStandard.cpp#L89
do not call c-style vararg functions [cppcoreguidelines-pro-type-vararg]
|
Clang-tidy:
src/App/PropertyStandard.cpp#L108
do not use 'std::endl' with streams; use '\n' instead [performance-avoid-endl]
|
Clang-tidy:
src/App/PropertyStandard.cpp#L121
use auto when initializing with new to avoid duplicating the type name [modernize-use-auto]
|
Clang-tidy:
src/App/PropertyStandard.cpp#L144
narrowing conversion from 'tools::promote_args_t<double>' (aka 'double') to 'long' [bugprone-narrowing-conversions,cppcoreguidelines-narrowing-conversions]
|
Clang-tidy:
src/App/PropertyStandard.cpp#L147
narrowing conversion from 'tools::promote_args_t<float>' (aka 'float') to 'long' [bugprone-narrowing-conversions,cppcoreguidelines-narrowing-conversions]
|
Clang-tidy:
src/App/PropertyStandard.cpp#L150
narrowing conversion from 'tools::promote_args_t<double>' (aka 'double') to 'long' [bugprone-narrowing-conversions,cppcoreguidelines-narrowing-conversions]
|
Clang-tidy:
src/App/PropertyStandard.cpp#L212
narrowing conversion from 'size_type' (aka 'unsigned long') to signed type 'Py_ssize_t' (aka 'long') is implementation-defined [bugprone-narrowing-conversions,cppcoreguidelines-narrowing-conversions]
|
Clang-tidy:
src/App/PropertyStandard.cpp#L239
do not use 'std::endl' with streams; use '\n' instead [performance-avoid-endl]
|
Clang-tidy:
src/App/PropertyStandard.cpp#L252
use auto when initializing with new to avoid duplicating the type name [modernize-use-auto]
|
Loading