Skip to content

Conversation

Pierre-Sassoulas
Copy link
Member

Type of Changes

Type
βœ“ πŸ”¨ Refactoring
βœ“ πŸ“œ Docs

Description

Also update the confidence

Closes #5237

@coveralls
Copy link

coveralls commented Aug 25, 2022

Pull Request Test Coverage Report for Build 2926099913

  • 8 of 8 (100.0%) changed or added relevant lines in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.002%) to 95.306%

Totals Coverage Status
Change from base Build 2920312052: 0.002%
Covered Lines: 16933
Relevant Lines: 17767

πŸ’› - Coveralls

@Pierre-Sassoulas Pierre-Sassoulas added the Enhancement ✨ Improvement to a component label Aug 25, 2022
@Pierre-Sassoulas Pierre-Sassoulas force-pushed the more-explicit-message-for-literral-comparison branch from c4dd1da to fbda020 Compare August 25, 2022 11:16
@Pierre-Sassoulas Pierre-Sassoulas enabled auto-merge (rebase) August 25, 2022 11:45
@github-actions
Copy link
Contributor

πŸ€– According to the primer, this change has no effect on the checked open source code. πŸ€–πŸŽ‰

This comment was generated for commit fbda020

@Pierre-Sassoulas Pierre-Sassoulas mentioned this pull request Aug 25, 2022
3 tasks
Copy link
Collaborator

@DanielNoord DanielNoord left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Really like the new message, nice work!

Just one question!


CONST = 24

if CONST is 0: # [literal-comparison]
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why did you remove these?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's duplicated from the literal comparison functional tests.

@Pierre-Sassoulas Pierre-Sassoulas merged commit 1582e37 into pylint-dev:main Aug 25, 2022
@Pierre-Sassoulas Pierre-Sassoulas deleted the more-explicit-message-for-literral-comparison branch August 25, 2022 15:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

R0123 (literal-comparison) message is not explicit about the problem and the solution
3 participants