Skip to content

Forbid overriding method as signals

Pavlo Shyba requested to merge pavloshyba93/clazy:forbid_virtual_signal into master

Virtual signal has to be forbidden. Even so, it's technically possible on some platforms, having virtual signals violates nature and brings additional complexities into a solution build that way.

For reference see virtual-signal.md

Merge request reports