worldbank / stata-linter

MIT License
30 stars 15 forks source link

Should `lint` detect or correct issues in commented-out code? #45

Closed luisesanmartin closed 2 years ago

luizaandrade commented 2 years ago

My take is that it should not. We can't tell commented-out code from regular comments, and we should not lint comments, so I'd apply this to anything that is commented out.

luisesanmartin commented 2 years ago

Closing this issue since the command already doesn't analyze comment lines