Skip to content

[clang-tidy] Disable trailing return type warning

Nicolas Fella requested to merge work/notrailreturn into master

KDE's coding style doesn't use trailing return types and the value would be questionable

Disable the check to avoid noise

Merge request reports