StefanMaron / BusinessCentral.LinterCop

Community driven code linter for AL (MS Dynamics 365 Business Central)
https://stefanmaron.com
MIT License
76 stars 31 forks source link

Comments for LC0069 instead of special cases #771

Closed ans-bar-bm closed 1 month ago

ans-bar-bm commented 2 months ago

Fixes #747

Replaces the special cases with a general check for comments (reused the LC0002 check). I think this helps readability for the special cases too, since it can be a bit unclear what they do at first sight. And it allows for any other "wanted" empty statements like in #747.

Wiki may need to be updated for the change to comments.

Arthurvdv commented 1 month ago

Looks great, Thank you!

I'll update the wiki on this improvement