shuhrat / stylint-teamcity-reporter

Stylint linter TeamCity reporter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

stylint-teamcity-reporter

TeamCity reporter for Stylint

Install

To install for local project:

npm install stylint-teamcity-reporter --save

Usage

CLI

You need to set reporter to stylint-teamcity-reporter

stylint --reporter stylint-teamcity-reporter path/to/filename.styl

Non CLI

You need to set reporter to stylint-teamcity-reporter in config object.

{
  "reporter": "stylint-teamcity-reporter",
  "reporterOptions": {
    "reportSeverity": "error"
  }
}

Possible values for reportSeverity are:

  • all - Report all messages, by default
  • warning - Report only warnings
  • error - Report only errors

About

Stylint linter TeamCity reporter


Languages

Language:JavaScript 100.0%