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

Pylint issue 4118: Pylint 2.7.0 seems to ignore the min-similarity-lines setting #2672

Closed
andy-maier opened this issue Apr 25, 2021 · 1 comment · Fixed by #2861
Closed

Comments

@andy-maier
Copy link
Contributor

andy-maier commented Apr 25, 2021

This issue is to track the corresponding pylint issue pylint-dev/pylint#4118.
See also the comment in file pylintrc.

@andy-maier andy-maier self-assigned this Apr 25, 2021
andy-maier added a commit that referenced this issue Aug 8, 2021
Details:

* Pylint: Removed pinning of Pylint to <2.7.0 because the performance issue
  can also be addressed by disabling the similarity checker, and addressed
  Pylint issues reported by Pylint 2.9. (issue #2672)

Signed-off-by: Andreas Maier <andreas.r.maier@gmx.de>
@andy-maier
Copy link
Contributor Author

andy-maier commented Aug 8, 2021

PR #2601 mitigated the issue by disabling the similarity checker (disable=R0801 in pylintrc file).

A solution in Pylint is expected for Pylint 2.10.0.

andy-maier added a commit that referenced this issue Aug 17, 2021
Details:

* Pylint: Removed pinning of Pylint to <2.7.0 because the performance issue
  can also be addressed by disabling the similarity checker, and addressed
  Pylint issues reported by Pylint 2.9. (issue #2672)

Signed-off-by: Andreas Maier <andreas.r.maier@gmx.de>
andy-maier added a commit that referenced this issue Aug 17, 2021
Details:

* Pylint: Removed pinning of Pylint to <2.7.0 because the performance issue
  can also be addressed by disabling the similarity checker, and addressed
  Pylint issues reported by Pylint 2.9. (issue #2672)

Signed-off-by: Andreas Maier <andreas.r.maier@gmx.de>
andy-maier added a commit that referenced this issue Aug 22, 2021
Details:

* Pylint: Removed pinning of Pylint to <2.7.0 because the performance issue
  can also be addressed by disabling the similarity checker, and addressed
  Pylint issues reported by Pylint 2.9. (issue #2672)

Signed-off-by: Andreas Maier <andreas.r.maier@gmx.de>
andy-maier added a commit that referenced this issue Aug 24, 2021
Details:

* Pylint: Removed pinning of Pylint to <2.7.0 because the performance issue
  can also be addressed by disabling the similarity checker, and addressed
  Pylint issues reported by Pylint 2.9. (issue #2672)

Signed-off-by: Andreas Maier <andreas.r.maier@gmx.de>
andy-maier added a commit that referenced this issue Mar 11, 2022
Details:

* Increased pylint to >=2.10 on Python >=3.6 to pick up fixes in similarity
  checker (issues #2672, #2673)

Signed-off-by: Andreas Maier <andreas.r.maier@gmx.de>
@andy-maier andy-maier added this to the 1.5.0 milestone Mar 11, 2022
andy-maier added a commit that referenced this issue Mar 11, 2022
Details:

* Increased pylint to >=2.10 on Python >=3.6 to pick up fixes in similarity
  checker (issues #2672, #2673)

* Enabled the similarity chcker of pylint again on pylint >=2.10.

Signed-off-by: Andreas Maier <andreas.r.maier@gmx.de>
andy-maier added a commit that referenced this issue Mar 11, 2022
Details:

* Increased pylint to >=2.10 on Python >=3.6 to pick up fixes in similarity
  checker (issues #2672, #2673)

* Enabled the similarity chcker of pylint again on pylint >=2.10.

Signed-off-by: Andreas Maier <andreas.r.maier@gmx.de>
andy-maier added a commit that referenced this issue Mar 13, 2022
Details:

* Increased pylint to >=2.10 on Python >=3.6 to pick up fixes in similarity
  checker (issues #2672, #2673)

* Enabled the similarity chcker of pylint again on pylint >=2.10.

Signed-off-by: Andreas Maier <andreas.r.maier@gmx.de>
andy-maier added a commit that referenced this issue Mar 14, 2022
Details:

* Increased pylint to >=2.10 on Python >=3.6 to pick up fixes in similarity
  checker (issues #2672, #2673)

* Enabled the similarity chcker of pylint again on pylint >=2.10.

Signed-off-by: Andreas Maier <andreas.r.maier@gmx.de>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant