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

Fix: no-multi-spaces to avoid reporting consecutive tabs (fixes #9079) #9087

Merged
merged 1 commit into from Aug 7, 2017

Commits on Aug 7, 2017

  1. Fix: no-multi-spaces to avoid reporting consecutive tabs (fixes #9079)

    An unintended side-effect of the refactor in 0f97279 caused `no-multi-spaces` to start reporting any consecutive whitespace characters between tokens, rather than just reporting consecutive spaces. This commit fixes the rule to only report consecutive spaces.
    not-an-aardvark committed Aug 7, 2017
    Copy the full SHA
    dff4d56 View commit details
    Browse the repository at this point in the history