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
  • lint? for D Pradeep Gowda via Digitalmars-d-learn
    • Re: lint? for D Nordlöw via Digitalmars-d-learn

Reply via email to