digitalmars.D.learn - lint? for D
- Pradeep Gowda (3/3) Oct 09 2015 Is there a lint program for D, similar to say pep8 + pyflakes for
- =?UTF-8?B?Tm9yZGzDtnc=?= (5/8) Oct 09 2015 https://github.com/Hackerpilot/Dscanner
Is there a lint program for D, similar to say pep8 + pyflakes for python that can warn the programmer about unused imports, unused variables etc.,?
Oct 09 2015
On Friday, 9 October 2015 at 12:28:50 UTC, Pradeep Gowda wrote:Is there a lint program for D, similar to say pep8 + pyflakes for python that can warn the programmer about unused imports, unused variables etc.,?https://github.com/Hackerpilot/Dscanner dscanner --syntaxCheck or dscanner --styleCheck
Oct 09 2015