Adding exception type for empty callback functions (reopening of PR #301) #898
Annotations
2 errors and 9 warnings
Run linters on tests
Process completed with exit code 100.
|
Report lint failure
Process completed with exit code 1.
|
Run linters on source:
include/up-cpp/utils/CallbackConnection.h#L196
all parameters should be named in a function
|
Run linters on source:
include/up-cpp/utils/CallbackConnection.h#L233
constructors that are callable with a single argument must be marked explicit to avoid unintentional implicit conversions
|
Run linters on source:
include/up-cpp/utils/CallbackConnection.h#L245
constructors that are callable with a single argument must be marked explicit to avoid unintentional implicit conversions
|
Run linters on source:
include/up-cpp/utils/CallbackConnection.h#L260
all parameters should be named in a function
|
Run linters on source:
include/up-cpp/utils/CallbackConnection.h#L336
function 'isConnected' should be marked [[nodiscard]]
|
Run linters on source:
include/up-cpp/utils/CallbackConnection.h#L354
constructors that are callable with a single argument must be marked explicit to avoid unintentional implicit conversions
|
Run linters on source:
include/up-cpp/utils/CallbackConnection.h#L367
all parameters should be named in a function
|
Run linters on source:
include/up-cpp/utils/CallbackConnection.h#L393
function 'isConnected' should be marked [[nodiscard]]
|
Run linters on source:
include/up-cpp/utils/CallbackConnection.h#L443
'operator optional<type-parameter-0-0> &&' must be marked explicit to avoid unintentional implicit conversions
|
Loading