dscanner

Static analysis tool for D code style, syntax, and quality

brewmacoslinux
Try with needOr install directly
Source

About

Analyses e.g. the style and syntax of D code

Commands

dscanner

Examples

Analyze a single D source file for style and syntax issues$ dscanner myfile.d
Analyze all D files in a directory recursively$ dscanner -r src/
Run specific checks on a file and output detailed report$ dscanner --styleCheck --syntaxCheck main.d