cfjedimaster / brackets-jshint

Adds JSHint support to Brackets
MIT License
131 stars 41 forks source link

`Mixed spaces and tabs` errors are not captured #60

Closed Saranya-Raaj closed 10 years ago

Saranya-Raaj commented 10 years ago

Mixed spaces and tabs errors of JSHint are not captured in the latest version of Brackets-JSHint. I am using Brackets JSHint version 2.2.5 and my Brackets version is .43

cfjedimaster commented 10 years ago

I am not seeing this option here, http://www.jshint.com/docs/options/, nor do I get an error on the online editor for jshint.com when I intentionally add tabs+spaces together.

Saranya-Raaj commented 10 years ago

Sorry about that. JSHint itself changed the default settings here. That's why warnings about mixing spaces and tabs are being ignored.

busykai commented 10 years ago

Unfortunately, JSHint starting 2.5.x decided to drop all the support for formatting reporting, only semantic language issues are reported now. This issue should be closed.

Saranya-Raaj commented 10 years ago

yea. Closing