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

1.1.0 ignores trailing white spaces on lines without text #359

Closed
jby opened this issue Nov 11, 2014 · 2 comments · Fixed by #386
Closed

1.1.0 ignores trailing white spaces on lines without text #359

jby opened this issue Nov 11, 2014 · 2 comments · Fixed by #386

Comments

@jby
Copy link

jby commented Nov 11, 2014

This file is tested without error (space made visible by brackets):

# Class foo
class foo {
[ ]
}

If the file looks like this, the error is reported (space made visible by brackets):

# Class foo
class foo {
  include foo[ ]
}
@ghoneycutt
Copy link
Contributor

+1 was able to confirm

@ghoneycutt
Copy link
Contributor

@rodjek

Created PR #360 but need help with the code to fix the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants