Newer
Older
dub_jkp / changelog / lint.dd
@Andre Pany Andre Pany on 25 Sep 2019 242 bytes Command dub lint added
  1. Lint command added
  2.  
  3. Dub supports now command `lint`, which will execute D-Scanner on the dub package.
  4. By default `dub lint` will execute style check. Import paths to dependent dub
  5. packages will be passed to D-Scanner.
  6.  
  7. $(CONSOLE
  8. > dub lint
  9. )