Skip to content
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

camelcase errors are not reporting the character position correctly #2845

Closed
danielbarela opened this issue Jan 26, 2016 · 0 comments · Fixed by chauncey-garrett/dotfiles#15 · May be fixed by ajesse11x/cjdns#1
Closed

camelcase errors are not reporting the character position correctly #2845

danielbarela opened this issue Jan 26, 2016 · 0 comments · Fixed by chauncey-garrett/dotfiles#15 · May be fixed by ajesse11x/cjdns#1

Comments

@danielbarela
Copy link
Contributor

When a camelcase error is caught, the character position is not being properly reported.

danielbarela added a commit to danielbarela/jshint that referenced this issue Jan 26, 2016
Character positions were not being reported when camelcase errors were detected.
This fix will now report the character position correctly.

Fixes jshint#2845
jugglinmike pushed a commit to jugglinmike/jshint that referenced this issue Sep 4, 2016
Character positions were not being reported when camelcase errors were detected.
This fix will now report the character position correctly.

Fixes jshint#2845
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment