Newer
Older
dub_jkp / changelog / lint.dd
@Andre Pany Andre Pany on 25 Sep 2019 242 bytes Command dub lint added
Lint command added

Dub supports now command `lint`, which will execute D-Scanner on the dub package.
By default `dub lint` will execute style check. Import paths to dependent dub
packages will be passed to D-Scanner.

$(CONSOLE
> dub lint
)