dlang-community / D-Scanner

Swiss-army knife for D source code
Boost Software License 1.0
240 stars 80 forks source link

use dscanner to replace phobos style_lint_shellcmds #927

Open thewilsonator opened 1 year ago

thewilsonator commented 1 year ago

Phobos does a bunch of style checks with grep, it would be good to do those with dscanner instead (partly so we can ignore the etc. directory.

https://github.com/dlang/phobos/blob/master/posix.mak#L589

Things phobos checks with grep

I'm sure that Dscanner does most of these but if any are missing, that would be good to add.