New
Release v0.5.6
rework behavior of empty_let_in, thanks to a report from @SuperSandro2000:
- if the
let-inexpression consists of only comments,statix checkraises a warning, butstatix fixleaves it as it is, because the comments may be commented out code - if the
let-inexpression is completely empty (no comments, no bindings, no inherits),statix checkwill raise a warning,statix fixwill apply the fix