lint? for D

Nordlöw via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Fri Oct 9 06:00:10 PDT 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


More information about the Digitalmars-d-learn mailing list