项目作者: beevelop

项目描述 :
SonarLint scans code for bugs and quality issues, with several languages supported and simple usage.
高级语言:
项目地址: git://github.com/beevelop/docker-sonarlint.git
创建时间: 2017-04-14T16:27:53Z
项目社区:https://github.com/beevelop/docker-sonarlint

开源协议:Apache License 2.0

下载


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

  1. $ docker pull beevelop/sonarlint
  2. $ 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