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

Update PyLint config for latest version. #2396

Merged
merged 11 commits into from
Sep 23, 2016

Commits on Sep 22, 2016

  1. Adding the default PyLint config with the latest version.

    Done via:
    
    $ pylint --version
    No config file found, using default configuration
    pylint 1.6.4,
    astroid 1.4.8
    Python 2.7.12 (default, Jul 17 2016, 01:21:14)
    [GCC 4.8.4]
    $ pylint --generate-rcfile > scripts/pylintrc_v1.6.4_default
    dhermes committed Sep 22, 2016
    Configuration menu
    Copy the full SHA
    682eafa View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2016

  1. Removing all defaults from current Pylint RC.

    This is to make it easier to move defaults over to the
    newly generated file.
    dhermes committed Sep 23, 2016
    Configuration menu
    Copy the full SHA
    0691a17 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e826c2b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a03e1c5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    581bf43 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6045732 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    723d75a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a75694b View commit details
    Browse the repository at this point in the history
  8. Moving [DESIGN] section of PyLint RC over.

    This is the final section, hence the original config has
    also been deleted.
    dhermes committed Sep 23, 2016
    Configuration menu
    Copy the full SHA
    ed86ea6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    aee3863 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ffc4ddb View commit details
    Browse the repository at this point in the history