HTMLHint-TeamCity
TeamCity reporter for HTMLHint errors.
Install
npm install --save-dev htmlhint-teamcity
Usage
Use the gulp-htmlhint module for gulp to pipe in files to be analysed.
When run in TeamCity the errors will show as failed test results and can therefore fail the build.
var gulp = ;var htmlhint = ; gulp
Errors are grouped by file and then by HTMLHint rule when displayed in TeamCity Build Log or Tests tab.