You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be really nice if the violations-plugin could distinguish between warnings and errors. For example, with this output from csslint:
<issueline="173"char="192"severity="warning"reason="Use of !important"evidence=".tdaVideoPlayer .pageHeader .closeButton{text-decoration:none;text-transform:uppercase;color:#999;font-size:11px;font-family:HelveticaNeueW01-75Bold, Helvetica black, Arial black, sans-serif;font-weight:normal !important;background:url('../../images/icons/pageClose.png') 100% 50% no-repeat;padding-right:18px;display:inline-block;line-height:13px}"/>
<issueline="189"char="414"severity="error"reason="Expected RBRACE at line 189, col 414."evidence=".tdaVideoPlayer .videoOverlayLayer.playPauseButton{width:42px;height:42px;margin:auto;top:50%;margin-top:-24px;background:url('../../images/icons/playerHoverPlay.png') 50% 50% no-repeat;filter:'progid:DXImageTransform.Microsoft.Alpha(opacity=50)';-moz-border-radius:50%;-webkit-border-radius:50%;-ms-border-radius:50%;border-radius:50%;opacity:.5;-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=(0.5)');filter:alpha(opacity=(0.5))}"/>
The current tabular output has 5 columns -- filename, l, m, h, number. These columns should be retained, but refer to errors only. A sixth column could be added for "warnings". All the existing logic for build failure should depend on the error number only, not the warnings or the total number of violations.
The chart should show both the total number of violations (errors + warnings) and the errors.
The text was updated successfully, but these errors were encountered:
It would be really nice if the violations-plugin could distinguish between warnings and errors. For example, with this output from csslint:
The current tabular output has 5 columns -- filename, l, m, h, number. These columns should be retained, but refer to errors only. A sixth column could be added for "warnings". All the existing logic for build failure should depend on the error number only, not the warnings or the total number of violations.
The chart should show both the total number of violations (errors + warnings) and the errors.
The text was updated successfully, but these errors were encountered: