项目作者: thomaspoignant

项目描述 :
yamllint-checkstyle convert yamllint to checkstyle report
高级语言: Go
项目地址: git://github.com/thomaspoignant/yamllint-checkstyle.git
创建时间: 2020-09-21T07:26:44Z
项目社区:https://github.com/thomaspoignant/yamllint-checkstyle

开源协议:The Unlicense

下载


yamllint-checkstyle convert yamllint to checkstyle report

Release version
Build Status
Coverage Status
Sonarcloud Status
Go version

Installation

via brew (mac & linux).

```shell script
brew tap thomaspoignant/homebrew-tap
brew install yamllint-checkstyle

  1. ### via scoop _(windows)_.
  2. ```shell script
  3. scoop bucket add org https://github.com/thomaspoignant/scoop.git
  4. scoop install yamllint-checkstyle

Usage

run yamllint-checkstyle and pass yamllint (with -f parsable option) output to it
shell script yamllint -f parsable test.yaml | yamllint-checkstyle > yamllint-checkstyle.xml

Output

  • if there are any lint errors, full Checkstyle XML will be created
  • if there are no errors, empty Checkstyle XML will be created.

How can I contribute?

See the contributor’s guide for some helpful tips.