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
Changed the -98px test to -99px (the exact threshold value). Added -99em and -100em tests in order to increase test coverage and to document the current (actually desired) behavior (see #133). (Jos Hirth)
Ensure proper output flushing for Node.js (Nicholas C. Zakas)
Fix output for checkstyle when a file can't be read (fixes #253) (Nicholas C. Zakas)
use the parser's "hack" property instead of redoing this step again (Jos Hirth)
+2 rules which detected star (IE6/7) and underscore (IE6) property hacks (Jos Hirth)
Fix typo (Frank van Gemeren)
Fix typo (Frank van Gemeren)
use separate flags for text-indent and direction. fixes #249 (Jos Hirth)
updated xml formatters to escape ampersand character, updated tests to check ampersand and fixed other tests to check angled brackets as well (Jenkins)