Skip to content

shuhrat/stylint-teamcity-reporter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Packages

No packages published