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

Pin pylint to 1.7.5 and fix docstring styling #3408

Merged
merged 7 commits into from
Dec 18, 2017

Commits on Dec 15, 2017

  1. Configuration menu
    Copy the full SHA
    8edf582 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2017

  1. Ignore unused pep257 errors

    humitos committed Dec 16, 2017
    Configuration menu
    Copy the full SHA
    63a96d7 View commit details
    Browse the repository at this point in the history
  2. Fix D213 using docformatter

    prospector \
      --profile-path=/home/humitos/rtfd/code/readthedocs.org \
      --profile=prospector --die-on-tool-error \
      | \
      grep -e "^[a-z] \
      > \
      list-files.txt
    
    for x in `cat list-files.txt`; do \
      docformatter \
        --wrap-summaries=80 \
        --wrap-descriptions=80 \
        --pre-summary-newline \
        --no-blank \
        --in-place readthedocs/$x\
    ; done
    humitos committed Dec 16, 2017
    Configuration menu
    Copy the full SHA
    4d10f2e View commit details
    Browse the repository at this point in the history
  3. Ignore pydocstyle sections handling

    The sections as we use them are useful for rst style.
    humitos committed Dec 16, 2017
    Configuration menu
    Copy the full SHA
    e720959 View commit details
    Browse the repository at this point in the history
  4. Rephrase "This" in docstrings

    humitos committed Dec 16, 2017
    Configuration menu
    Copy the full SHA
    10fa100 View commit details
    Browse the repository at this point in the history
  5. Minor docstring style fix

    humitos committed Dec 16, 2017
    Configuration menu
    Copy the full SHA
    5b240bc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5630fad View commit details
    Browse the repository at this point in the history