https://github.com/aranasoft/coffeelint-teamcity
TeamCity Reporter for CoffeeLint
https://github.com/aranasoft/coffeelint-teamcity
Last synced: 9 months ago
JSON representation
TeamCity Reporter for CoffeeLint
- Host: GitHub
- URL: https://github.com/aranasoft/coffeelint-teamcity
- Owner: aranasoft
- License: bsd-3-clause
- Created: 2015-04-03T20:20:35.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2019-04-02T16:53:14.000Z (over 7 years ago)
- Last Synced: 2025-03-02T17:38:40.695Z (over 1 year ago)
- Language: JavaScript
- Size: 119 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# coffeelint-teamcity
[![Build Status][travis-image]][travis-url] [![NPM version][npm-image]][npm-url] [![Dependency Status][depstat-image]][depstat-url] [![devDependency Status][devdepstat-image]][devdepstat-url]
TeamCity Reporter for CoffeeLint. Formats output in TeamCity message
format for automatic consumption on TeamCity's Test tab.
## Install
```sh
$ npm install --save-dev coffeelint-teamcity
```
## Usage
### CoffeeLint CLI
> Requires `coffeelint@^1.4`
```
coffeelint --reporter node_modules/coffeelint-teamcity file.coffee
```
## License
[BSD-3-Clause](https://raw.githubusercontent.com/aranasoft/coffeelint-teamcity/master/LICENSE) © [Arana Software](http://www.aranasoft.com)
[npm-url]: https://npmjs.org/package/coffeelint-teamcity
[npm-image]: http://img.shields.io/npm/v/coffeelint-teamcity.svg
[travis-url]: http://travis-ci.org/aranasoft/coffeelint-teamcity
[travis-image]: https://travis-ci.org/aranasoft/coffeelint-teamcity.svg?branch=master
[depstat-url]: https://david-dm.org/aranasoft/coffeelint-teamcity
[depstat-image]: https://david-dm.org/aranasoft/coffeelint-teamcity.svg
[devdepstat-url]: https://david-dm.org/aranasoft/coffeelint-teamcity#info=devDependencies
[devdepstat-image]: https://david-dm.org/aranasoft/coffeelint-teamcity/dev-status.svg