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

Customize arguments-differ error messages #4422

Merged
merged 20 commits into from
May 5, 2021

Commits on Apr 29, 2021

  1. Customize output messages for arguments-differ message

    This commit changes the output messages of arguments-differ based on different error cases.
    It is part one of the issue pylint-dev#3536
    ksaketou committed Apr 29, 2021
    Configuration menu
    Copy the full SHA
    d11a738 View commit details
    Browse the repository at this point in the history
  2. Modify tests for arguments-differ

    This commit modifies the tests of arguments-differ output messages based on different error messages.
    It is part one of the issue pylint-dev#3536
    ksaketou committed Apr 29, 2021
    Configuration menu
    Copy the full SHA
    4faf101 View commit details
    Browse the repository at this point in the history
  3. Modify the arguments-differ tests for different output messages

    This commit modifies the tests for arguments-differ output messages based on different error cases.
    It is part one of the issue pylint-dev#3536
    ksaketou committed Apr 29, 2021
    Configuration menu
    Copy the full SHA
    9eb140b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5a1c205 View commit details
    Browse the repository at this point in the history
  5. Resolve merge conflicts

    ksaketou committed Apr 29, 2021
    Configuration menu
    Copy the full SHA
    d127ae7 View commit details
    Browse the repository at this point in the history
  6. Ignore arguments-differ messages

    This file emited arguments-differ messages on three methods in the end of the file because
    some parameters have changed name compared to the original method.
    ksaketou committed Apr 29, 2021
    Configuration menu
    Copy the full SHA
    e92e510 View commit details
    Browse the repository at this point in the history
  7. Improve code formatting

    ksaketou committed Apr 29, 2021
    Configuration menu
    Copy the full SHA
    745d35f View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2021

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

Commits on May 4, 2021

  1. Undo functions' parameters changes

    This commit removes several changes that have been done on some method parameters,
     so that we keep the initial format of the tests.
    ksaketou committed May 4, 2021
    Configuration menu
    Copy the full SHA
    b3c5f82 View commit details
    Browse the repository at this point in the history
  2. Add more details to error messages and adjust code to initial tests

    This commit adds some changes on the output messages and also adds some more code for the
    compatibility with the initial tests.
    ksaketou committed May 4, 2021
    Configuration menu
    Copy the full SHA
    33fca2e View commit details
    Browse the repository at this point in the history
  3. Resolve merge conflict

    ksaketou committed May 4, 2021
    Configuration menu
    Copy the full SHA
    4a5546d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4599a4e View commit details
    Browse the repository at this point in the history
  5. Fix string format

    ksaketou committed May 4, 2021
    Configuration menu
    Copy the full SHA
    836f341 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'args-differ-msg' of https://github.com/ksaketou/pylint

    …into args-differ-msg
    ksaketou committed May 4, 2021
    Configuration menu
    Copy the full SHA
    6c0dfa2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0c0b9dd View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e04e2b2 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d05d2a1 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2021

  1. Configuration menu
    Copy the full SHA
    60dbe32 View commit details
    Browse the repository at this point in the history
  2. Fix mypy errors

    This commit fixes the ignoring of special methods on function overriding and also removes incorrect use of
    the attribute name.
    ksaketou committed May 5, 2021
    Configuration menu
    Copy the full SHA
    f3b652d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1ba9e1d View commit details
    Browse the repository at this point in the history