Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 306 Bytes

README-overridden-signal.md

File metadata and controls

9 lines (7 loc) · 306 Bytes

overridden-signal

Warns when overriding a signal, which might make existing connects not work, if done unintentionally. Doesn't warn when the overridden signal has a different signature.

Warns for:

  • Overriding signal with non-signal
  • Overriding non-signal with signal
  • Overriding signal with signal