October 09, 2015
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.,?

October 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