A team city reporter for use with node-jscs.
jscs-teamcity-reporter
can be installed using npm:
npm install jscs-teamcity-reporter --save-dev
To use, point jscs
at the reporter.
jscs . --reporter teamcity-reporter.js
Using grunt-jscs-checker
jscs: {
src: "path/to/files/*.js",
options: {
reporter: "/path/to/jscs-teamcity-reporter"
}
}