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

Add new message called duplicate-value #5928

Merged
merged 16 commits into from
Apr 2, 2022

Commits on Mar 16, 2022

  1. Add duplicate value check for sets

    This commit adds some new functionality which checks for duplicate values
    inside sets. For that reason, we create a new message called duplicate-value.
    ksaketou committed Mar 16, 2022
    Configuration menu
    Copy the full SHA
    6e32e00 View commit details
    Browse the repository at this point in the history
  2. Add new tests for duplicate-value message

    This commit adds new functional tests for the new message duplicate-value.
    ksaketou committed Mar 16, 2022
    Configuration menu
    Copy the full SHA
    656f7c1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5a4b7e6 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2022

  1. Modify escape sequences clarification

    This commit changes the unsplit_ends set by keeping only the unicode sequences
    and noting their synonyms in comments in order to avoid duplicate-value error triggering.
    ksaketou committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    1fbf4ba View commit details
    Browse the repository at this point in the history
  2. Resolve merge conflict

    ksaketou committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    c55c08c View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2022

  1. Resolve merge conflict

    ksaketou committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    6781ca0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9f3e064 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2022

  1. Move doc to 2.14

    ksaketou committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    a73f325 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    21bea37 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ddd23e6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    46a6085 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2022

  1. Apply suggestions from code review

    Co-authored-by: Daniël van Noord <13665637+DanielNoord@users.noreply.github.com>
    Pierre-Sassoulas and DanielNoord committed Apr 1, 2022
    Configuration menu
    Copy the full SHA
    5ddddcb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fc37a89 View commit details
    Browse the repository at this point in the history
  3. Modify message description

    ksaketou committed Apr 1, 2022
    Configuration menu
    Copy the full SHA
    1798d36 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'duplicate-value' of https://github.com/ksaketou/pylint

    …into duplicate-value
    ksaketou committed Apr 1, 2022
    Configuration menu
    Copy the full SHA
    3fb512b View commit details
    Browse the repository at this point in the history
  5. Remove file

    DanielNoord committed Apr 1, 2022
    Configuration menu
    Copy the full SHA
    e9103b1 View commit details
    Browse the repository at this point in the history