Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 1.42 KB

README.md

File metadata and controls

24 lines (20 loc) · 1.42 KB

Travis Pulls Layers Size Release Badges Beevelop

SonarLint for whale lovers

SonarLint offers the ability to scan code for bugs and quality issues, with several languages supported, minimal configuration and simple usage.


Usage

$ docker pull beevelop/sonarlint
$ docker run --rm -it -v `pwd`/guava:/code -v `pwd`/report:/report beevelop/sonarlint

Volumes

  • /code: Bind this volume to your local code / repo (required)
  • /report: Optionally bind a volume for the html report (stored as sonar.html)

One does not simply use latest