www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - lint? for D

reply Pradeep Gowda <pradeep btbytes.com> writes:
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
parent =?UTF-8?B?Tm9yZGzDtnc=?= <per.nordlow gmail.com> writes:
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