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 indentation handling with tabs (Issue: #1148) #1947

Merged
merged 5 commits into from
Mar 25, 2018

Commits on Mar 17, 2018

  1. Add testcases for tab indentation

    Andreas Freimuth committed Mar 17, 2018
    Configuration menu
    Copy the full SHA
    1ab3b69 View commit details
    Browse the repository at this point in the history
  2. Fix indentation handling with tabs (Issue: pylint-dev#1148)

    A Tab is not equal to 8 spaces. So just counting tabs as 8 spaces is wrong.
    
    Use the whole 'tabs' and/or 'spaces' string for indentation checks
    instead of some imaginary number of whitespaces.
    Andreas Freimuth committed Mar 17, 2018
    Configuration menu
    Copy the full SHA
    8311f24 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1d4beb2 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2018

  1. Add some documentation

    Andreas Freimuth committed Mar 24, 2018
    Configuration menu
    Copy the full SHA
    5d4708a View commit details
    Browse the repository at this point in the history
  2. Changelog entry for indentation handling

    Andreas Freimuth committed Mar 24, 2018
    Configuration menu
    Copy the full SHA
    deaae61 View commit details
    Browse the repository at this point in the history