-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
red underline mark is out of place #7
Comments
Thanks. I Hadn't spotted that. Is there any way to automate the integration? |
That doesn't work quite how I expected it to. To get my line to line up I need to set the indentation to How exactly is the Indentation used in calculating the offset? |
Option "Indent": the number of spaces used for indentation in library jslint. In what environment do you test? |
I'm working in netbeans 7.4 on Ubuntu gnome 13.10.
|
I don't found mistakes (latest Linux mint, Netbeans 7.4, gnome) |
Will do, when I'm back home. Its odd behaviour, but I couldn't make up my
|
Also please install update plugin 1.0.5 |
So, now I've upgraded, JSLint gives me an error on every line: use spaces not tabs. I didn't know JSLint enforced spaces, it never used to. I hate using them, it's just a waste of bandwidth. Settings: https://drive.google.com/file/d/0B4OvcDwgRpmqSlpoUEcyTTNQYlU/edit?usp=sharing |
Look at this jslint-org/jslint#138 |
So, is the behaviour I described earlier considered intended?
|
When JSLint highlights errors in my code they are always a few columns out. I suspect this might be because my tabs are set to be 8 columns instead of the default 4. If this is the case, is it possible to make JSLint reference the user's setting?
See the screenshot for details (ignore the poor code, I'm in the process of rewriting).
The text was updated successfully, but these errors were encountered: