dlang-community / D-Scanner

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

dscanner should pass its own style check #896

Closed Moth-Tolias closed 1 year ago

Moth-Tolias commented 1 year ago

running dub lint on the dscanner source tree results in an almost farcical amount of warnings.

WebFreak001 commented 1 year ago

it does, we have a .dscanner.ini file that you need to specify as config. Although I'm not exactly sure myself why it has the leading dot that makes it no longer be picked up by a regular dscanner invocation.

I think the leading dot might just be there to not accidentally change the defaults in local tests, even though all unittests have explicit hardcoded settings.