lyxell/logifix

The implementation of each rule should use its internal id instead of the SQ-id

lyxell opened this issue · 1 comments

E.g.

rewrite("S2259", ...

should become

rewrite("fix_broken_null_checks", ...

Fixed in #65